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