mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
Small stc scenario fixes and simplifications.
Change-Id: I31e639016ab0050f7e5358bf9d3db86182229f30
This commit is contained in:
parent
f4ffb940f9
commit
0cec548f7c
@ -24,7 +24,8 @@
|
|||||||
<step name="Install-App" requires="^"
|
<step name="Install-App" requires="^"
|
||||||
exec="onos-app ${OCI} install! target/test-app-1.2.3.oar"/>
|
exec="onos-app ${OCI} install! target/test-app-1.2.3.oar"/>
|
||||||
<step name="Verify-App" requires="^" delay="5"
|
<step name="Verify-App" requires="^" delay="5"
|
||||||
exec="onos-check-components ${OCI} org.test.app.AppComponent"/>
|
exec="onos ${OCI} scr:details org.test.app.AppComponent"
|
||||||
|
FIXME="onos-check-components ${OCI} org.test.app.AppComponent"/>
|
||||||
|
|
||||||
<step name="Create-App-CLI-Overlay" requires="Install-App"
|
<step name="Create-App-CLI-Overlay" requires="Install-App"
|
||||||
exec="onos-create-app cli org.test.app test-app 1.2.3 org.test.app -DinteractiveMode=false"/>
|
exec="onos-create-app cli org.test.app test-app 1.2.3 org.test.app -DinteractiveMode=false"/>
|
||||||
|
@ -37,10 +37,7 @@
|
|||||||
<step name="Balance-Masters" requires="~Check-Summary" if="${OC2}"
|
<step name="Balance-Masters" requires="~Check-Summary" if="${OC2}"
|
||||||
exec="onos ${OC1} balance-masters"/>
|
exec="onos ${OC1} balance-masters"/>
|
||||||
|
|
||||||
<step name="Pause-For-Masters" requires="Balance-Masters" if="${OC2}"
|
<step name="Check-Flows" requires="~Balance-Masters,~Check-Summary" delay="10"
|
||||||
exec="sleep 10"/>
|
|
||||||
|
|
||||||
<step name="Check-Flows" requires="~Pause-For-Masters,~Check-Summary"
|
|
||||||
exec="onos-check-flows ${OC1}"/>
|
exec="onos-check-flows ${OC1}"/>
|
||||||
</group>
|
</group>
|
||||||
</scenario>
|
</scenario>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user