Skip to content

Commit 590e324

Browse files
committed
Fix: Pings without 'wait' option in EVPN OSPF test
1 parent c1cadb2 commit 590e324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/evpn/22-ospf-ce-router.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,11 @@ validate:
8585
stop_on_error: True
8686
ping_ce2:
8787
description: Ping-based CE-to-CE reachability test (CE2)
88+
wait: ping
8889
nodes: [ ce1 ]
8990
plugin: ping('ce2')
9091
ping_ce1:
9192
description: Ping-based CE-to-CE reachability test (CE1)
93+
wait: ping
9294
nodes: [ ce2 ]
9395
plugin: ping('ce1')

0 commit comments

Comments
 (0)