Update Robot Framework format - step 12
[integration/test.git] / csit / suites / openflowplugin / Inventory_Scalability_OF10 / __init__.robot
index 7e2db8610ff0324caef089fa1992c6624b07dcdf..c3fd6c17861e9fbf20a0b835b9d117f5d5fb6bab 100644 (file)
@@ -1,13 +1,17 @@
 *** Settings ***
-Documentation     Test suite for Inventory Scalability
-Suite Setup       Start Suite
-Suite Teardown    Stop Suite
-Library           SSHLibrary
-Library           ../../../libraries/Common.py
-Variables         ../../../variables/Variables.py
+Documentation       Test suite for Inventory Scalability
+
+Library             SSHLibrary
+Library             ../../../libraries/Common.py
+Variables           ../../../variables/Variables.py
+
+Suite Setup         Start Suite
+Suite Teardown      Stop Suite
+
 
 *** Variables ***
-${start}          sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,${TOPO_TREE_DEPTH},${TOPO_TREE_FANOUT}
+${start}    sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,${TOPO_TREE_DEPTH},${TOPO_TREE_FANOUT}
+
 
 *** Keywords ***
 Start Suite