mirror of
https://github.com/ceph/ceph
synced 2025-02-10 04:19:56 +00:00
6 lines
92 B
Python
6 lines
92 B
Python
from script import Script
|
|
|
|
|
|
class TestWorker(Script):
|
|
script_name = 'teuthology-worker'
|