]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
py3: cast dict_keys to list
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Thu, 12 Dec 2019 22:48:43 +0000 (23:48 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Fri, 13 Dec 2019 16:49:38 +0000 (17:49 +0100)
commitd853397a64ae25dd344192a4aa4d951a9238a21c
tree09c225f188b6a17f2123b1c448654c4c48a802d2
parent005e229d440a6f6fb463cd3e80c8b72913d3004b
py3: cast dict_keys to list

Addresses:

  TypeError: 'dict_keys' object does not support indexing

and:

  RuntimeError: dictionary changed size during iteration

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
teuthology/misc.py
teuthology/nuke/__init__.py
teuthology/task/internal/__init__.py
teuthology/task/internal/vm_setup.py
teuthology/task/kernel.py