summaryrefslogtreecommitdiffstats
path: root/tests/topotests
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2024-09-24 16:15:25 +0200
committerGitHub <noreply@github.com>2024-09-24 16:15:25 +0200
commitd86524951fdaa6051f01c0183ed01028971dc84d (patch)
tree6b62373e88646f99710b9be2a242af7ee742b713 /tests/topotests
parentMerge pull request #16895 from opensourcerouting/fix/dual_as_topotest (diff)
parenttests: fix zebra_rib range (diff)
downloadfrr-d86524951fdaa6051f01c0183ed01028971dc84d.tar.xz
frr-d86524951fdaa6051f01c0183ed01028971dc84d.zip
Merge pull request #16904 from louis-6wind/fix-zebra-rib-range
tests: fix zebra_rib range
Diffstat (limited to 'tests/topotests')
-rw-r--r--tests/topotests/zebra_rib/test_zebra_rib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/zebra_rib/test_zebra_rib.py b/tests/topotests/zebra_rib/test_zebra_rib.py
index 93296cd51..c0a79ed79 100644
--- a/tests/topotests/zebra_rib/test_zebra_rib.py
+++ b/tests/topotests/zebra_rib/test_zebra_rib.py
@@ -153,7 +153,7 @@ def test_zebra_kernel_admin_distance():
# metric. That needs to be properly resolved. Making a note for
# coming back around later and fixing this.
# tgen.mininet_cli()
- for i in range(1, 2):
+ for i in range(1, 3):
json_file = "{}/r1/v4_route_{}.json".format(CWD, i)
expected = json.loads(open(json_file).read())