]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/watch_notify_stress: get rid of itervalues for py3
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Sat, 15 Feb 2020 10:14:31 +0000 (11:14 +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/watch_notify_stress.py

index 8bce6282092adeeb3646404fd3ff9b3983656883..f3cdf0d549643bd6c22d369638308846a310f7c3 100644 (file)
@@ -66,5 +66,5 @@ def task(ctx, config):
         yield
     finally:
         log.info('joining watch_notify_stress')
-        for i in testwatch.itervalues():
+        for i in testwatch.values():
             i.join()