qa: remove unused 'teuthology.orchestra.run' in xfstests_dev.py

Fixes: https://tracker.ceph.com/issues/58133
Signed-off-by: Xiubo Li <xiubli@redhat.com>
This commit is contained in:
Xiubo Li 2022-12-01 17:42:03 +08:00
parent 22f01ee61e
commit 496bf662ef

View File

@ -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'