mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-24 21:50:42 +00:00
Merge pull request #15629 from pguibert6WIND/complete_l3vpn_to_bgp
topotests: l3vpn_to_bgp_direct, complete ambiguous command 'show bgp next'
This commit is contained in:
commit
c461586d5c
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user