mirror of
https://github.com/ceph/ceph
synced 2024-12-27 14:03:25 +00:00
6 lines
82 B
Python
6 lines
82 B
Python
|
from script import Script
|
||
|
|
||
|
|
||
|
class TestRun(Script):
|
||
|
script_name = 'teuthology'
|