summaryrefslogtreecommitdiff
path: root/tests/topotests/isis_lfa_topo1
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2021-07-29 11:07:01 +0000
committerChristian Hopps <chopps@labn.net>2021-09-04 09:04:46 -0400
commitd7d21c3a190f7754afe4d5b969501756a3739e48 (patch)
treeec8fc91033bb2639e24e6f0bced08dfd461aedd9 /tests/topotests/isis_lfa_topo1
parentc8e5983d8efa12eea0e91512802a84d46dd899e9 (diff)
tests: fix pylint test errors
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/isis_lfa_topo1')
-rwxr-xr-xtests/topotests/isis_lfa_topo1/test_isis_lfa_topo1.py2
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 a253b11c07..5555b1dca0 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))
)