Re-Fixed the meta-app STC scenario; apps loaded from disk won't implicitly deactivate.
Change-Id: I7cc486821ac7119671979b70282469715e735d94
diff --git a/tools/test/scenarios/meta-apps-test.xml b/tools/test/scenarios/meta-apps-test.xml
index dce48a8..db06690 100644
--- a/tools/test/scenarios/meta-apps-test.xml
+++ b/tools/test/scenarios/meta-apps-test.xml
@@ -22,7 +22,7 @@
exec="onos ${OCI} onos:app activate org.onosproject.openflow"/>
<!-- Check initial state of openflow apps -->
- <group name="MetaAppInitialVerification" requies="InitialActivateOpenflowMetaApp">
+ <group name="MetaAppInitialVerification" requires="InitialActivateOpenflowMetaApp">
<parallel var="${OC#}" starts="MetaAppTest.FindOpenflowInitial-${#}" ends="MetaAppTest.CheckLldpProviderInitial-${#-1}">
<step name="MetaAppTest.FindOpenflowInitial-${#}"
exec="onos-find-app ${OC#} org.onosproject.openflow openflowAppInitial" />