Small stc scenario fixes and simplifications.

Change-Id: I31e639016ab0050f7e5358bf9d3db86182229f30
diff --git a/tools/test/scenarios/archetypes.xml b/tools/test/scenarios/archetypes.xml
index 790b334..243d797 100644
--- a/tools/test/scenarios/archetypes.xml
+++ b/tools/test/scenarios/archetypes.xml
@@ -24,7 +24,8 @@
         <step name="Install-App" requires="^"
               exec="onos-app ${OCI} install! target/test-app-1.2.3.oar"/>
         <step name="Verify-App" requires="^" delay="5"
-              exec="onos-check-components ${OCI} org.test.app.AppComponent"/>
+              exec="onos ${OCI} scr:details org.test.app.AppComponent"
+              FIXME="onos-check-components ${OCI} org.test.app.AppComponent"/>
 
         <step name="Create-App-CLI-Overlay" requires="Install-App"
               exec="onos-create-app cli org.test.app test-app 1.2.3 org.test.app -DinteractiveMode=false"/>