tests: adjust topotest bgp_l3vpn_to_bgp_direct

Adjsut topotest/bgp_l3vpn_to_bgp_direct post the patch that
rejects host routes for the local addresses from BGP peers.

Signed-off-by: Enke Chen <enchen@paloaltonetworks.com>
This commit is contained in:
Enke Chen 2025-02-04 15:30:30 -08:00
parent 83e4c4517a
commit 29397c078c

View file

@ -3,21 +3,21 @@ from lib.lutil import luCommand
luCommand(
"ce1",
'vtysh -c "show bgp ipv4 uni"',
"7 routes and 7",
"6 routes and 6",
"wait",
"Local and remote routes",
)
luCommand(
"ce2",
'vtysh -c "show bgp ipv4 uni"',
"7 routes and 9",
"6 routes and 8",
"wait",
"Local and remote routes",
)
luCommand(
"ce3",
'vtysh -c "show bgp ipv4 uni"',
"7 routes and 7",
"6 routes and 6",
"wait",
"Local and remote routes",
)