]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove unused 'teuthology.orchestra.run' in xfstests_dev.py 49471/head
authorXiubo Li <xiubli@redhat.com>
Thu, 1 Dec 2022 09:42:03 +0000 (17:42 +0800)
committerXiubo Li <xiubli@redhat.com>
Mon, 26 Dec 2022 01:26:14 +0000 (09:26 +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 edeb4e8f12290dfa2c6a86e9d8055c9b95951090..d6c906533394a1293474ab55d8e35b44f39461c3 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'