mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 12:16:13 +02:00
Upgrade version of STC tool
Change-Id: I1b4023d555e91a817d3c55d3bc7800d855e3d1ca
This commit is contained in:
parent
6468e1f700
commit
4818bc39b3
@ -5,7 +5,7 @@
|
||||
|
||||
. $ONOS_ROOT/tools/build/envDefaults
|
||||
|
||||
VER=${STC_VERSION:-2.4}
|
||||
VER=${STC_VERSION:-2.5}
|
||||
MVN_JAR=org/onosproject/onos-stc/$VER/onos-stc-$VER.jar
|
||||
JAR=${MAVEN_REPO:-$HOME/.m2/repository}/$MVN_JAR
|
||||
SCENARIOS=$ONOS_ROOT/tools/test/scenarios
|
||||
|
||||
@ -27,8 +27,7 @@
|
||||
requires="Install-App" delay="5" >
|
||||
<parallel var="${OC#}">
|
||||
<step name="Verify-App-${#}"
|
||||
exec="onos ${OC#} scr:details org.test.app.AppComponent"
|
||||
FIXME="onos-check-components ${OC#} org.test.app.AppComponent"/>
|
||||
exec="onos ${OC#} scr:details org.test.app.AppComponent"/>
|
||||
</parallel>
|
||||
</group>
|
||||
|
||||
|
||||
@ -17,6 +17,8 @@
|
||||
<group name="Net-Teardown">
|
||||
<step name="Stop-Mininet" exec="onos-mininet stop"/>
|
||||
<step name="Cleanup-Mininet" exec="onos-mininet cleanup" requires="~Stop-Mininet"/>
|
||||
<XXXstep name="Wipe-Out-Data-After" requires="~Stop-Mininet" exec="onos-wipe-out"/>
|
||||
<!--
|
||||
<step name="Wipe-Out-Data-After" requires="~Stop-Mininet" exec="onos-wipe-out"/>
|
||||
-->
|
||||
</group>
|
||||
</scenario>
|
||||
Loading…
x
Reference in New Issue
Block a user