]> git.puffer.fish Git - mirror/frr.git/commitdiff
topotests: fix appropriate number of routes in bgp
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 8 Sep 2022 16:31:17 +0000 (18:31 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Fri, 16 Dec 2022 14:07:58 +0000 (15:07 +0100)
The number of routes in BGP ce devices was wrong.
Change the expected values.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_routes.py

index f51fc6598e2405c5cb6ef54bf003e9f57c20bd53..3242e3bd3a985fa30f806f38da602a9e3d659c33 100644 (file)
@@ -726,7 +726,7 @@ bgpribRequireUnicastRoutes(
 luCommand(
     "ce1",
     'vtysh -c "show bgp ipv4 uni"',
-    "12 routes and 12",
+    "18 routes and 19",
     "wait",
     "Local and remote routes",
     10,
@@ -748,7 +748,7 @@ bgpribRequireUnicastRoutes(
 luCommand(
     "ce2",
     'vtysh -c "show bgp ipv4 uni"',
-    "12 routes and 15",
+    "18 routes and 22",
     "wait",
     "Local and remote routes",
     10,
@@ -780,7 +780,7 @@ luCommand("r4", 'vtysh -c "show ip route vrf r4-cust2"')
 luCommand(
     "ce3",
     'vtysh -c "show bgp ipv4 uni"',
-    "12 routes and 13",
+    "18 routes and 19",
     "wait",
     "Local and remote routes",
     10,
@@ -802,7 +802,7 @@ bgpribRequireUnicastRoutes(
 luCommand(
     "ce4",
     'vtysh -c "show bgp vrf ce4-cust2 ipv4 uni"',
-    "12 routes and 14",
+    "18 routes and 21",
     "wait",
     "Local and remote routes",
     10,