]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/mgr/test_orchestrator_cli.py
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / qa / tasks / mgr / test_orchestrator_cli.py
index ed0c52feae683e459eb12f46c88d69b37abd4153..49be3d8ab0a907bf167f35eb0777a2d9e7673ad3 100644 (file)
@@ -1,11 +1,9 @@
 import errno
 import json
 import logging
-from time import sleep
 
-from teuthology.exceptions import CommandFailedError
 
-from tasks.mgr.mgr_test_case import MgrTestCase
+from .mgr_test_case import MgrTestCase
 
 
 log = logging.getLogger(__name__)