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: v18.1.0~743^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F48628%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 --- diff --git a/qa/tasks/cephfs/xfstests_dev.py b/qa/tasks/cephfs/xfstests_dev.py index e36d9ea2613e..31d322723af0 100644 --- a/qa/tasks/cephfs/xfstests_dev.py +++ b/qa/tasks/cephfs/xfstests_dev.py @@ -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'