Step 2: Move test folder to root
[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
deleted file mode 100644 (file)
index 149f587..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-*** Settings ***
-Documentation     Test suite for MD-SAL NSF mininet OF13
-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 --switch ovsk,protocols=OpenFlow13 
-
-** Keywords ***