Step 2: Move test folder to root
[integration/test.git] / csit / suites / vtn / VTN_C_OF10 / __init__.robot
diff --git a/csit/suites/vtn/VTN_C_OF10/__init__.robot b/csit/suites/vtn/VTN_C_OF10/__init__.robot
new file mode 100644 (file)
index 0000000..6217310
--- /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/VtnCoKeywords.robot
+
+*** Variables ***
+${start}          sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2
+
+*** Keywords ***