]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove unused 'teuthology.orchestra.run' in xfstests_dev.py 48628/head
authorXiubo Li <xiubli@redhat.com>
Thu, 1 Dec 2022 09:42:03 +0000 (17:42 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 1 Dec 2022 09:42:13 +0000 (17:42 +0800)
Fixes: https://tracker.ceph.com/issues/58133
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/tasks/cephfs/xfstests_dev.py

index e36d9ea2613ecd9f824f0aeefad4d2651119182c..31d322723af0d1c67c5b8e0b359c9dead8e1975c 100644 (file)
@@ -52,8 +52,6 @@ class XFSTestsDev(CephFSTestCase):
         Clone xfstests_dev and xfsprogs-dev repositories. If already present,
         update them. The xfsprogs-dev will be used to test the encrypt.
         """
-        from teuthology.orchestra import run
-
         # TODO: make sure that repo is not cloned for every test. it should
         # happen only once.
         remoteurl = 'https://git.ceph.com/xfstests-dev.git'