mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 19:01:06 +02:00
Add a small pause before running pingall to allow the switches to settle
Change-Id: Ie987a4b6aabfb37eecd8db3e4513443938ec416a
This commit is contained in:
parent
0221d913e9
commit
a210520797
@ -16,8 +16,11 @@
|
|||||||
<scenario name="net-pingall" description="Network pingall test">
|
<scenario name="net-pingall" description="Network pingall test">
|
||||||
<!-- Note: This scenario is tailored using 'topo' recipe mechanism; see topos/*.recipe files -->
|
<!-- Note: This scenario is tailored using 'topo' recipe mechanism; see topos/*.recipe files -->
|
||||||
<group name="Net-Pingall">
|
<group name="Net-Pingall">
|
||||||
|
<!-- FIXME - this is a hack to get around failures in pingall with large
|
||||||
|
clusters. Investigate why this is needed sometimes. -->
|
||||||
|
<step name="sleep" exec="sleep 5" requires="Check-Fwd-Apps-Activated"/>
|
||||||
|
|
||||||
<step name="Ping-All" requires="Check-Fwd-Apps-Activated"
|
<step name="Ping-All" requires="sleep"
|
||||||
exec="onos-mininet sendAndExpect pingall --expect ${OPALL}/${OPALL} received"/>
|
exec="onos-mininet sendAndExpect pingall --expect ${OPALL}/${OPALL} received"/>
|
||||||
|
|
||||||
<step name="Check-Summary-For-Hosts" requires="~Ping-All"
|
<step name="Check-Summary-For-Hosts" requires="~Ping-All"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user