mirror of
https://github.com/ceph/ceph
synced 2025-03-25 03:37:38 +00:00
6 lines
88 B
Python
6 lines
88 B
Python
|
from script import Script
|
||
|
|
||
|
|
||
|
class TestLock(Script):
|
||
|
script_name = 'teuthology-lock'
|