Upgrade version of STC tool

Change-Id: I1b4023d555e91a817d3c55d3bc7800d855e3d1ca
This commit is contained in:
Ray Milkey 2018-04-20 10:16:21 -07:00
parent 6468e1f700
commit 4818bc39b3
3 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>