]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove unused values in deduplication.py
authormyoungwon oh <ohmyoungwon@gmail.com>
Sat, 17 Sep 2022 02:22:56 +0000 (11:22 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Mon, 19 Sep 2022 04:21:07 +0000 (13:21 +0900)
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
qa/tasks/deduplication.py

index ace0c86e144a65e4f3f423315be11b84e79eaf0e..d4cdfbf57e60b6304d9ba367c64fce3acb4b5db0 100644 (file)
@@ -9,9 +9,6 @@ import json
 import time
 from io import StringIO
 
-
-from teuthology.orchestra import run
-
 log = logging.getLogger(__name__)
 
 @contextlib.contextmanager
@@ -52,8 +49,6 @@ def task(ctx, config):
     assert isinstance(config, dict), \
         "please list clients to run on"
 
-    #assert hasattr(ctx, 'rgw')
-    testdir = teuthology.get_testdir(ctx)
     args = [
         'ceph-dedup-tool']
     if config.get('op', None):