From: Xiubo Li Date: Thu, 1 Dec 2022 09:42:03 +0000 (+0800) Subject: qa: remove unused 'teuthology.orchestra.run' in xfstests_dev.py X-Git-Tag: v16.2.11~27^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49470%2Fhead;p=ceph.git qa: remove unused 'teuthology.orchestra.run' in xfstests_dev.py Fixes: https://tracker.ceph.com/issues/58133 Signed-off-by: Xiubo Li (cherry picked from commit 496bf662eff07dc95c8b3ff64c9753519884c1e5) --- diff --git a/qa/tasks/cephfs/xfstests_dev.py b/qa/tasks/cephfs/xfstests_dev.py index c241e0cc5a9..ea9e14b893d 100644 --- a/qa/tasks/cephfs/xfstests_dev.py +++ b/qa/tasks/cephfs/xfstests_dev.py @@ -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'