STC scenario for creating flows directly via the REST API

Change-Id: I1c007a860f79f9bacdb0b893a480d2f4dc050c65
diff --git a/tools/test/scenarios/net-smoke.xml b/tools/test/scenarios/net-smoke.xml
index b411765..53a5729 100644
--- a/tools/test/scenarios/net-smoke.xml
+++ b/tools/test/scenarios/net-smoke.xml
@@ -32,7 +32,13 @@
         <import file="${ONOS_SCENARIOS}/net-rest.xml"/>
         <dependency name="Net-REST" requires="Net-Setup,P2P-Intent-Connectivity"/>
 
+        <import file="${ONOS_SCENARIOS}/net-create-flows.xml"/>
+        <dependency name="Net-Create-Flows" requires="Net-Setup,P2P-Intent-Connectivity,Net-REST"/>
+
         <import file="${ONOS_SCENARIOS}/net-teardown.xml"/>
-        <dependency name="Net-Teardown" requires="~Host-Intent-Connectivity,~P2P-Intent-Connectivity,~Net-REST"/>
+        <dependency name="Net-Teardown" requires="~Host-Intent-Connectivity,
+                                                  ~P2P-Intent-Connectivity,
+                                                  ~Net-REST,
+                                                  ~Net-Create-Flows"/>
     </group>
 </scenario>