mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 09:30:30 +00:00
Merge pull request #9930 from donaldsharp/all_protocol_sporadic
tests: All_protocol_startup sporadic failure
This commit is contained in:
commit
0051effcb1
@ -568,14 +568,17 @@ def test_nexthop_groups():
|
|||||||
net["r1"].cmd(
|
net["r1"].cmd(
|
||||||
'vtysh -c "sharp install routes 6.6.6.4 nexthop-group infinite-recursive 1"'
|
'vtysh -c "sharp install routes 6.6.6.4 nexthop-group infinite-recursive 1"'
|
||||||
)
|
)
|
||||||
|
sleep(5)
|
||||||
|
|
||||||
net["r1"].cmd(
|
net["r1"].cmd(
|
||||||
'vtysh -c "sharp install routes 6.6.6.3 nexthop-group infinite-recursive 1"'
|
'vtysh -c "sharp install routes 6.6.6.3 nexthop-group infinite-recursive 1"'
|
||||||
)
|
)
|
||||||
|
sleep(5)
|
||||||
|
|
||||||
net["r1"].cmd(
|
net["r1"].cmd(
|
||||||
'vtysh -c "sharp install routes 6.6.6.2 nexthop-group infinite-recursive 1"'
|
'vtysh -c "sharp install routes 6.6.6.2 nexthop-group infinite-recursive 1"'
|
||||||
)
|
)
|
||||||
|
sleep(5)
|
||||||
|
|
||||||
net["r1"].cmd(
|
net["r1"].cmd(
|
||||||
'vtysh -c "sharp install routes 6.6.6.1 nexthop-group infinite-recursive 1"'
|
'vtysh -c "sharp install routes 6.6.6.1 nexthop-group infinite-recursive 1"'
|
||||||
|
Loading…
Reference in New Issue
Block a user