Migrate Get Requests invocations(libraries)
[integration/test.git] / csit / suites / vtn / VTN_C_OF10 / __init__.robot
index 6217310525904aa01f0becdc09a069111ed4cf7f..4ffc44ad359a56bd10d57823a53b9ce0f6ff3567 100644 (file)
@@ -1,11 +1,12 @@
 *** Settings ***
-Documentation     Test suite for AD-SAL NSF
-Suite Setup       Start Suite
-Suite Teardown    Stop Suite
-Library           SSHLibrary
-Resource          ../../../libraries/VtnCoKeywords.robot
+Documentation       Test suite for AD-SAL NSF
 
-*** Variables ***
-${start}          sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2
+Library             SSHLibrary
+Resource            ../../../libraries/VtnCoKeywords.robot
+
+Suite Setup         Start Mininet
+Suite Teardown      Delete All Sessions
 
-*** Keywords ***
+
+*** Variables ***
+${start}    sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,2