From 8746340532948b4567d6d85b53378c5c41b0a0be Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Thu, 1 Dec 2022 17:42:03 +0800 Subject: [PATCH] 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) --- qa/tasks/cephfs/xfstests_dev.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qa/tasks/cephfs/xfstests_dev.py b/qa/tasks/cephfs/xfstests_dev.py index c241e0cc5a97e..ea9e14b893dc1 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' -- 2.47.3