summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_features/test_bgp_features.py
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2020-11-25 14:22:10 -0500
committerGitHub <noreply@github.com>2020-11-25 14:22:10 -0500
commit3abf06b722c83c47255a9e1245770f55b17f2d38 (patch)
tree26ea6a0bacb7866f1475a77c70bff6bba76d75e0 /tests/topotests/bgp_features/test_bgp_features.py
parent68cd847ee68e8b62d079cb0c683848ad87bdf6ee (diff)
parent10870bbc206f79dc125f33fe6962fe2ac873ada1 (diff)
Merge pull request #7607 from pguibert6WIND/topo_python3_preparation
Topo python3 preparation
Diffstat (limited to 'tests/topotests/bgp_features/test_bgp_features.py')
-rw-r--r--tests/topotests/bgp_features/test_bgp_features.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_features/test_bgp_features.py b/tests/topotests/bgp_features/test_bgp_features.py
index bd092c4340..9dce9d668b 100644
--- a/tests/topotests/bgp_features/test_bgp_features.py
+++ b/tests/topotests/bgp_features/test_bgp_features.py
@@ -102,7 +102,7 @@ def setup_module(module):
# Starting Routers
router_list = tgen.routers()
- 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))
)