Refactor activate/deactivate of forwarding app

Change-Id: Iae71b3334fba08dceac7adb47a457ae0af0dcabc
diff --git a/tools/test/scenarios/net-single-to-multi-intent.xml b/tools/test/scenarios/net-single-to-multi-intent.xml
index 00c2594..f998b72 100644
--- a/tools/test/scenarios/net-single-to-multi-intent.xml
+++ b/tools/test/scenarios/net-single-to-multi-intent.xml
@@ -17,13 +17,9 @@
           description="Network single point to multi point intent connectivity test">
     <!-- TODO: parametrize this via recipes -->
     <group name="S2M-Intent-Connectivity">
-        <step name="S2M-Intent.Uninstall-Reactive-Forwarding"
-              exec="onos ${OC1} app deactivate org.onosproject.fwd org.onosproject.ifwd"/>
-        <step name="S2M-Intent.Check-Apps" requires="^"
-              exec="onos-check-apps ${OC1} fwd,ifwd excludes"/>
 
         <!-- Create a single point to three points intent -->
-        <step name="S2M-Intent.Create-Intent-forward" requires="^"
+        <step name="S2M-Intent.Create-Intent-forward"
               exec="onos-create-intent ${OC1} forward single-to-multi of:0000000000000011/1 of:0000000000000014/1 of:0000000000000002/1 of:000000000000000E/1"/>
 
         <!-- Create back links from the 3 points back to the source -->