]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/all_protocol_startup/test_all_protocol_startup.py
topotests: python3, rename iterkey() with key() for dictionary usage
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 25 Nov 2020 12:49:45 +0000 (12:49 +0000)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 25 Nov 2020 16:31:45 +0000 (16:31 +0000)
commite7294b32006d87d8d47bce4c54c771cbd7a2e1ca
tree7f86f916d37f560218a1bcee63da90a3bc2828bb
parent0e232bb883644c8bf7c82a6f6fbaba91ed5af91a
topotests: python3, rename iterkey() with key() for dictionary usage

dictionary method iterkey() is not used in python3 and is replaced with
key() method.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/all-protocol-startup/test_all_protocol_startup.py
tests/topotests/bgp_multiview_topo1/test_bgp_multiview_topo1.py
tests/topotests/lib/bgprib.py