Update Robot Framework format - step 16
[integration/test.git] / csit / suites / vtn / VTN_C_OF10 / __init__.robot
index 5e0a503399d94725dc470551441699e5e34ff8ea..4ffc44ad359a56bd10d57823a53b9ce0f6ff3567 100644 (file)
@@ -1,11 +1,12 @@
 *** Settings ***
-Documentation     Test suite for AD-SAL NSF
-Suite Setup       Start Mininet
-Suite Teardown    Delete All Sessions
-Library           SSHLibrary
-Resource          ../../../libraries/VtnCoKeywords.robot
+Documentation       Test suite for AD-SAL NSF
 
-*** Variables ***
-${start}          sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --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