]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks: replace iterkeys() with keys() in Python 3 43463/head
authorDai Zhiwei <daizhiwei3@huawei.com>
Fri, 8 Oct 2021 06:26:43 +0000 (14:26 +0800)
committerKefu Chai <tchaikov@gmail.com>
Sat, 9 Oct 2021 15:10:03 +0000 (23:10 +0800)
commit00e5e5d5cdb56b7e249ffc98aeb456c9ac1c5f48
tree52801d175f19af2abe815fda687c24fffc2e3ed5
parentc2770fb6504719d716cb2c445488fe598f31181b
qa/tasks: replace iterkeys() with keys() in Python 3

Python 2.7 reached the end of its lifetime, the pr fixes teuthology task
error in Python 3.x

Fixes: https://tracker.ceph.com/issues/52878
Signed-off-by: Dai Zhiwei <daizhiwei3@huawei.com>
qa/tasks/netsplit.py