Fix missing stc dependencies

Change-Id: Ic5894de8d570cdb13e64623fa2e3b94b873c0da9
diff --git a/tools/test/scenarios/net-flow-objectives.xml b/tools/test/scenarios/net-flow-objectives.xml
index 3bf3055..1f92ab8 100644
--- a/tools/test/scenarios/net-flow-objectives.xml
+++ b/tools/test/scenarios/net-flow-objectives.xml
@@ -69,9 +69,9 @@
         <step name="Net-Flow-Objectives.Ping-XY" requires="Net-Flow-Objectives.Objective-1F,
                                                            Net-Flow-Objectives.Objective-1R,
                                                            Net-Flow-Objectives.Objective-19F,
-                                                           Net-Flow-Objectives.Objective-19R
+                                                           Net-Flow-Objectives.Objective-19R,
                                                            Net-Flow-Objectives.Objective-7F,
-                                                           Net-Flow-Objectives.Objective-7R
+                                                           Net-Flow-Objectives.Objective-7R,
                                                            Net-Flow-Objectives.Objective-4F,
                                                            Net-Flow-Objectives.Objective-4R"
               exec="onos-mininet sendAndExpect h1 ping -c1 h4 --expect \ 0% packet loss"/>
diff --git a/tools/test/scenarios/net-pingall.xml b/tools/test/scenarios/net-pingall.xml
index 863224a..b97d843 100644
--- a/tools/test/scenarios/net-pingall.xml
+++ b/tools/test/scenarios/net-pingall.xml
@@ -17,7 +17,7 @@
     <!-- Note: This scenario is tailored using 'topo' recipe mechanism; see topos/*.recipe files -->
     <group name="Net-Pingall">
 
-        <step name="Ping-All" requires="Check-Apps"
+        <step name="Ping-All" requires="Check-Fwd-Apps-Activated"
               exec="onos-mininet sendAndExpect pingall --expect ${OPALL}/${OPALL} received"/>
 
         <step name="Check-Summary-For-Hosts" requires="~Ping-All"
diff --git a/tools/test/scenarios/net-setup.xml b/tools/test/scenarios/net-setup.xml
index 1312049..5376783 100644
--- a/tools/test/scenarios/net-setup.xml
+++ b/tools/test/scenarios/net-setup.xml
@@ -29,7 +29,7 @@
               exec="onos-netcfg ${OC1} ${ONOS_ROOT}/tools/test/topos/${ONOS_TOPO}.json"/>
 
         <step name="Start-Mininet"
-              requires="Install-Apps,Config-Topo,Push-Topos,Stop-Mininet-If-Needed"
+              requires="Config-Topo,Push-Topos,Stop-Mininet-If-Needed"
               exec="onos-mininet start topos/topo ${ONOS_TOPO}.py ${ONOS_INSTANCES}"/>
 
         <step name="Wait-For-Mininet" requires="Start-Mininet"