test suites which use more flows available in variables/xml
[integration/test.git] / test / csit / suites / openflowplugin / Flows_Additional_TCs / Stat_Manager_extended / __init__.robot
diff --git a/test/csit/suites/openflowplugin/Flows_Additional_TCs/Stat_Manager_extended/__init__.robot b/test/csit/suites/openflowplugin/Flows_Additional_TCs/Stat_Manager_extended/__init__.robot
new file mode 100644 (file)
index 0000000..2e980be
--- /dev/null
@@ -0,0 +1,10 @@
+*** Settings ***
+Documentation     Test suite for the OpenDaylight base edition with of13, aimed for statistics manager
+Suite Setup       Start Suite
+Suite Teardown    Stop Suite
+Library           SSHLibrary
+Resource           ../../../../libraries/Utils.txt
+
+
+*** Variables ***
+${start}          sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,1 --switch ovsk,protocols=OpenFlow13
\ No newline at end of file