diff options
author | Christian Hopps <chopps@labn.net> | 2021-07-29 13:07:01 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2021-09-04 15:04:46 +0200 |
commit | d7d21c3a190f7754afe4d5b969501756a3739e48 (patch) | |
tree | ec8fc91033bb2639e24e6f0bced08dfd461aedd9 /tests/topotests/isis_lfa_topo1 | |
parent | tests: fix pylint infra errors (diff) | |
download | frr-d7d21c3a190f7754afe4d5b969501756a3739e48.tar.xz frr-d7d21c3a190f7754afe4d5b969501756a3739e48.zip |
tests: fix pylint test errors
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/isis_lfa_topo1')
-rwxr-xr-x | tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py b/tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py index a253b11c0..5555b1dca 100755 --- a/tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py +++ b/tests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py @@ -170,7 +170,7 @@ def setup_module(mod): router_list = tgen.routers() # For all registered routers, load the zebra configuration file - for rname, router in router_list.iteritems(): + for rname, router in router_list.items(): router.load_config( TopoRouter.RD_ZEBRA, os.path.join(CWD, "{}/zebra.conf".format(rname)) ) |