Make REST test run on multi node cell

Change-Id: Iea40da50c58fd0236b76ccd1c838344d64ac0131
This commit is contained in:
Ray Milkey 2015-09-03 18:00:09 -07:00 committed by Gerrit Code Review
parent 0ecdb32354
commit 2495b98ba9

View File

@ -103,7 +103,7 @@
requires="Net-REST.Create-Intent-YX" requires="Net-REST.Create-Intent-YX"
exec="curl -f -uonos:rocks ${xyLocation}"/> exec="curl -f -uonos:rocks ${xyLocation}"/>
<step name="Net-REST.Validate-Intent-YX-Installed" <step name="Net-REST.Validate-Intent-YX-Installed"
requires="Net-REST.Create-Intent-YX" requires="^"
exec="curl -f -uonos:rocks ${yxLocation}"/> exec="curl -f -uonos:rocks ${yxLocation}"/>
<!-- Use REST API to query flows created by the intents --> <!-- Use REST API to query flows created by the intents -->
@ -149,9 +149,11 @@
env="!"/> env="!"/>
<!-- Check that the deleted intents no longer appear in the REST API --> <!-- Check that the deleted intents no longer appear in the REST API -->
<step name="Net-REST.Validate-Intent-XY-Removed" requires="Net-REST.Delete-Intent-XY" <step name="Net-REST.Allow-Intents-To-Purge" requires="Net-REST.Delete-Intent-XY"
exec="sleep 1"/>
<step name="Net-REST.Validate-Intent-XY-Removed" requires="Net-REST.Allow-Intents-To-Purge"
exec="curl -f -uonos:rocks ${xyLocation}" env="!"/> exec="curl -f -uonos:rocks ${xyLocation}" env="!"/>
<step name="Net-REST.Validate-Intent-YX-Removed" requires="Net-REST.Delete-Intent-YX" <step name="Net-REST.Validate-Intent-YX-Removed" requires="Net-REST.Allow-Intents-To-Purge"
exec="curl -f -uonos:rocks ${yxLocation}" env="!"/> exec="curl -f -uonos:rocks ${yxLocation}" env="!"/>
</group> </group>