From 496bf662eff07dc95c8b3ff64c9753519884c1e5 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 --- 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 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' -- 2.47.3