Add a small pause before running pingall to allow the switches to settle

Change-Id: Ie987a4b6aabfb37eecd8db3e4513443938ec416a
This commit is contained in:
Ray Milkey 2017-08-25 08:46:26 -07:00
parent 0221d913e9
commit a210520797

View File

@ -16,8 +16,11 @@
<scenario name="net-pingall" description="Network pingall test">
<!-- Note: This scenario is tailored using 'topo' recipe mechanism; see topos/*.recipe files -->
<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"/>
<step name="Check-Summary-For-Hosts" requires="~Ping-All"