mirror of
https://github.com/ceph/ceph
synced 2024-12-23 20:03:56 +00:00
6 lines
94 B
Python
6 lines
94 B
Python
|
from script import Script
|
||
|
|
||
|
|
||
|
class TestResults(Script):
|
||
|
script_name = 'teuthology-results'
|