Remove Start/Stop Suite from Utils.robot
[integration/test.git] / csit / suites / openflowplugin / Flows_Additional_TCs / 020_Lithium_Rps_Calls_Cpqd.robot
index 47b1be5be2b45cf4f88e9a70d5aca8be14bb81a6..fabfffb1c0ddc0e2be62b970e6ca39c9ddf13d55 100644 (file)
@@ -22,13 +22,13 @@ Sending Update Table
 *** Keywords ***
 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    90s    1s    Are Switches Connected Topo
 
 Final Phase
     [Documentation]    Stops mininet
-    Stop Suite
+    Stop Mininet
     Delete All Sessions
 
 Are Switches Connected Topo