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