Madan Jampani
Committed by Brian O'Connor

Fix race condition in stc net-create-flows by checking for flows

Change-Id: I3e2966cf9850c00a7c8223992b4cf6f6709e23df
......@@ -86,6 +86,10 @@
<step name="Net-Create-Flows.Delete-f10" requires="^"
exec="curl -f -X DELETE -uonos:rocks ${f10Location}"/>
<!-- Make sure all flows are removed -->
<step name="Net-Create-Flows.Check-Flows-Removed" requires="^"
exec="onos-check-flows ${OC1}"/>
<!-- Ping again to be sure the path was removed. -->
<step name="Net-Create-Flows.Fail-Ping-XY" requires="^"
exec="onos-mininet sendAndExpect h1 ping -c1 h4 --expect \ 100% packet loss"/>
......