]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
python3: get rid of iteritems 1314/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Thu, 3 Oct 2019 13:31:51 +0000 (15:31 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Fri, 4 Oct 2019 10:59:40 +0000 (12:59 +0200)
commit092aa39237a38165fde2c0f9d46e31f9dc16564a
tree92c0f3204c6bad012b553796c6ec6b69c767357e
parente310dd2ee5ff8190f3a40cc09b2b966ff714695a
python3: get rid of iteritems

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
39 files changed:
teuthology/config.py
teuthology/coverage.py
teuthology/kill.py
teuthology/lock/cli.py
teuthology/lock/keys.py
teuthology/lock/query.py
teuthology/lock/util.py
teuthology/misc.py
teuthology/nuke/__init__.py
teuthology/nuke/actions.py
teuthology/openstack/__init__.py
teuthology/openstack/test/test_openstack.py
teuthology/orchestra/cluster.py
teuthology/orchestra/monkey.py
teuthology/orchestra/opsys.py
teuthology/prune.py
teuthology/run.py
teuthology/run_tasks.py
teuthology/suite/__init__.py
teuthology/suite/test/test_build_matrix.py
teuthology/task/__init__.py
teuthology/task/background_exec.py
teuthology/task/ceph_ansible.py
teuthology/task/cephmetrics.py
teuthology/task/console_log.py
teuthology/task/exec.py
teuthology/task/full_sequential.py
teuthology/task/full_sequential_finally.py
teuthology/task/hadoop.py
teuthology/task/install/__init__.py
teuthology/task/internal/__init__.py
teuthology/task/kernel.py
teuthology/task/loop.py
teuthology/task/parallel.py
teuthology/task/parallel_example.py
teuthology/task/pexec.py
teuthology/task/selinux.py
teuthology/task/sequential.py
teuthology/test/task/test_pcp.py