Step 2: Move test folder to root
[integration/test.git] / csit / suites / openflowplugin / AD_SAL_NSF_OF10 / __init__.robot
diff --git a/csit/suites/openflowplugin/AD_SAL_NSF_OF10/__init__.robot b/csit/suites/openflowplugin/AD_SAL_NSF_OF10/__init__.robot
new file mode 100644 (file)
index 0000000..afd23a7
--- /dev/null
@@ -0,0 +1,11 @@
+*** Settings ***
+Documentation     Test suite for AD-SAL NSF
+Suite Setup       Start Suite
+Suite Teardown    Stop Suite
+Library     SSHLibrary
+Resource          ../../../libraries/Utils.robot
+
+*** Variables ***
+${start}=   sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2 
+
+** Keywords ***