From 4818bc39b385fe76615da3f01f7efa5727b93099 Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Fri, 20 Apr 2018 10:16:21 -0700 Subject: [PATCH] Upgrade version of STC tool Change-Id: I1b4023d555e91a817d3c55d3bc7800d855e3d1ca --- tools/test/bin/stc | 2 +- tools/test/scenarios/archetypes.xml | 3 +-- tools/test/scenarios/net-teardown.xml | 4 +++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/test/bin/stc b/tools/test/bin/stc index e088af7233..9c5702f5ad 100755 --- a/tools/test/bin/stc +++ b/tools/test/bin/stc @@ -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 diff --git a/tools/test/scenarios/archetypes.xml b/tools/test/scenarios/archetypes.xml index 17faab3b72..4a49940692 100644 --- a/tools/test/scenarios/archetypes.xml +++ b/tools/test/scenarios/archetypes.xml @@ -27,8 +27,7 @@ requires="Install-App" delay="5" > + exec="onos ${OC#} scr:details org.test.app.AppComponent"/> diff --git a/tools/test/scenarios/net-teardown.xml b/tools/test/scenarios/net-teardown.xml index 9b4c3092fc..f4777ac634 100644 --- a/tools/test/scenarios/net-teardown.xml +++ b/tools/test/scenarios/net-teardown.xml @@ -17,6 +17,8 @@ - + \ No newline at end of file