Update Robot Framework format - step 16
[integration/test.git] / csit / suites / vtn / VTN_C_OF13 / __init__.robot
index b9d3b60c6675ced39c1d6239838fb68227f4bd05..91eb7e959c3217bfbea30e59ddd6b5ff44022647 100644 (file)
@@ -1,11 +1,12 @@
 *** Settings ***
-Documentation     Test suite for AD-SAL NSF mininet OF13
-Suite Setup       Start Mininet
-Suite Teardown    Stop Mininet
-Library           SSHLibrary
-Resource          ../../../libraries/VtnCoKeywords.robot
+Documentation       Test suite for AD-SAL NSF mininet OF13
 
-*** Variables ***
-${start}          sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,2 --switch ovsk,protocols=OpenFlow13
+Library             SSHLibrary
+Resource            ../../../libraries/VtnCoKeywords.robot
+
+Suite Setup         Start Mininet
+Suite Teardown      Stop Mininet
 
-*** Keywords ***
+
+*** Variables ***
+${start}    sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,2 --switch ovsk,protocols=OpenFlow13