mirror of
https://github.com/ceph/ceph
synced 2025-01-13 14:33:36 +00:00
6 lines
96 B
Python
6 lines
96 B
Python
|
from script import Script
|
||
|
|
||
|
|
||
|
class TestSchedule(Script):
|
||
|
script_name = 'teuthology-schedule'
|