Changing extension from .txt to .robot
[integration/test.git] / test / csit / suites / openflowplugin / MD_SAL_NSF_OF13 / __init__.robot
diff --git a/test/csit/suites/openflowplugin/MD_SAL_NSF_OF13/__init__.robot b/test/csit/suites/openflowplugin/MD_SAL_NSF_OF13/__init__.robot
new file mode 100644 (file)
index 0000000..b46e60a
--- /dev/null
@@ -0,0 +1,11 @@
+*** Settings ***
+Documentation     Test suite for MD-SAL NSF mininet OF13
+Suite Setup       Start Suite
+Suite Teardown    Stop Suite
+Library     SSHLibrary
+Resource          ../../../libraries/Utils.txt
+
+*** Variables ***
+${start}=   sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2 --switch ovsk,protocols=OpenFlow13 
+
+** Keywords ***