mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-20 20:02:17 +02:00
Make REST test run on multi node cell
Change-Id: Iea40da50c58fd0236b76ccd1c838344d64ac0131
This commit is contained in:
parent
0ecdb32354
commit
2495b98ba9
@ -103,7 +103,7 @@
|
||||
requires="Net-REST.Create-Intent-YX"
|
||||
exec="curl -f -uonos:rocks ${xyLocation}"/>
|
||||
<step name="Net-REST.Validate-Intent-YX-Installed"
|
||||
requires="Net-REST.Create-Intent-YX"
|
||||
requires="^"
|
||||
exec="curl -f -uonos:rocks ${yxLocation}"/>
|
||||
|
||||
<!-- Use REST API to query flows created by the intents -->
|
||||
@ -149,9 +149,11 @@
|
||||
env="!"/>
|
||||
|
||||
<!-- 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="!"/>
|
||||
<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="!"/>
|
||||
|
||||
</group>
|
||||
|
Loading…
x
Reference in New Issue
Block a user