Remove Start/Stop Suite from Utils.robot
[integration/test.git] / csit / suites / openflowplugin / Flows_Additional_TCs / 030_Flow_Update_Test.robot
index 3043a91e807aed0550e909520e7ebbe0cb4f62a7..2dd8900fa209f53fbd0844a3a42c40664dc346b4 100644 (file)
@@ -42,13 +42,13 @@ Log Switch Flows
 
 Initialization Phase
     [Documentation]    Starts mininet and verify if topology is in operational ds
-    Start Suite
+    Start Mininet
     Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
     Wait Until Keyword Succeeds    10s    1s    Are Switches Connected Topo
 
 Final Phase
     [Documentation]    Stops mininet
-    Stop Suite
+    Stop Mininet
     Delete All Sessions
 
 Are Switches Connected Topo