]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/tasks/omapbench: get rid of itervalues for py3
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Sat, 15 Feb 2020 10:21:15 +0000 (11:21 +0100)
committerKefu Chai <kchai@redhat.com>
Wed, 4 Mar 2020 05:09:16 +0000 (13:09 +0800)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
qa/tasks/omapbench.py

index b6bd5b584db5908abe7cad5a9f74af200cae6171..af0793d956447e1fabfcb5d871e62bfa60035e61 100644 (file)
@@ -82,4 +82,4 @@ def task(ctx, config):
         yield
     finally:
         log.info('joining omapbench')
-        run.wait(omapbench.itervalues())
+        run.wait(omapbench.values())