Update Robot Framework format - step 12
[integration/test.git] / csit / suites / openflowplugin / Flows_Additional_TCs / Stat_Manager_extended / __init__.robot
index c163bea9f52abe890d6f7ab3ba76900adb19df8a..636683471ea80b7f44f05a59684e563f5f4008fe 100644 (file)
@@ -1,9 +1,12 @@
 *** Settings ***
-Documentation     Test suite for the OpenDaylight OpenFlow statistics manager
-Suite Setup       Start Mininet
-Suite Teardown    Stop Mininet
-Library           SSHLibrary
-Resource          ../../../../libraries/Utils.robot
+Documentation       Test suite for the OpenDaylight OpenFlow statistics manager
+
+Library             SSHLibrary
+Resource            ../../../../libraries/Utils.robot
+
+Suite Setup         Start Mininet
+Suite Teardown      Stop Mininet
+
 
 *** Variables ***
-${start}          sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,1 --switch ovsk,protocols=OpenFlow13
+${start}    sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,1 --switch ovsk,protocols=OpenFlow13