Update Robot Framework format - step 16
[integration/test.git] / csit / suites / vtn / VTN_Mgr_OF13 / __init__.robot
index c5fe19f0cd8a754cefcfabe211f11250c88544d6..6e65c01b0a304f46984c52453a24865ce16cb9b8 100644 (file)
@@ -1,9 +1,12 @@
 *** Settings ***
-Documentation     Test suite for VTN Manager (OF13)
-Suite Setup       Start SuiteVtnMa
-Suite Teardown    Stop SuiteVtnMa
-Test Teardown     Collect Debug Info
-Resource          ../../../libraries/VtnMaKeywords.robot
+Documentation       Test suite for VTN Manager (OF13)
+
+Resource            ../../../libraries/VtnMaKeywords.robot
+
+Suite Setup         Start SuiteVtnMa
+Suite Teardown      Stop SuiteVtnMa
+Test Teardown       Collect Debug Info
+
 
 *** Variables ***
-${start}          sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,2 --switch ovsk,protocols=OpenFlow13
+${start}    sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,2 --switch ovsk,protocols=OpenFlow13