Skip to content

Commit

Permalink
Merge pull request #15629 from pguibert6WIND/complete_l3vpn_to_bgp
Browse files Browse the repository at this point in the history
topotests: l3vpn_to_bgp_direct, complete ambiguous command 'show bgp next'
  • Loading branch information
ton31337 authored Apr 1, 2024
2 parents 3a9c16a + 707bd35 commit c461586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/topotests/bgp_l3vpn_to_bgp_direct/scripts/add_routes.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from lib.lutil import luCommand

luCommand(
"r1", 'vtysh -c "show bgp next"', "99.0.0.. valid", "wait", "See CE static NH"
"r1", 'vtysh -c "show bgp nexthop"', "99.0.0.. valid", "wait", "See CE static NH"
)
luCommand(
"r3", 'vtysh -c "show bgp next"', "99.0.0.. valid", "wait", "See CE static NH"
"r3", 'vtysh -c "show bgp nexthop"', "99.0.0.. valid", "wait", "See CE static NH"
)
luCommand(
"r4", 'vtysh -c "show bgp next"', "99.0.0.. valid", "wait", "See CE static NH"
"r4", 'vtysh -c "show bgp nexthop"', "99.0.0.. valid", "wait", "See CE static NH"
)
luCommand("r1", 'vtysh -c "show bgp ipv4 uni"', "i 5.*i 5", "wait", "See CE routes")
luCommand("r3", 'vtysh -c "show bgp ipv4 uni"', "i 5.*i 5", "wait", "See CE routes")
Expand Down

0 comments on commit c461586

Please sign in to comment.