]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove unused 'teuthology.orchestra.run' in xfstests_dev.py 49470/head
authorXiubo Li <xiubli@redhat.com>
Thu, 1 Dec 2022 09:42:03 +0000 (17:42 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 27 Dec 2022 02:01:33 +0000 (10:01 +0800)
Fixes: https://tracker.ceph.com/issues/58133
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 496bf662eff07dc95c8b3ff64c9753519884c1e5)

qa/tasks/cephfs/xfstests_dev.py

index c241e0cc5a97ebe8d6a166c2044f4426899590f6..ea9e14b893dc109198378e016b34a0a8cc260fe2 100644 (file)
@@ -37,8 +37,6 @@ class XFSTestsDev(CephFSTestCase):
         """
         Clone xfstests_dev repository. If already present, update it.
         """
-        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'