Updated code to match new rules
[integration/test.git] / tools / Robot_Tool / suites / ha / __init__.txt
diff --git a/tools/Robot_Tool/suites/ha/__init__.txt b/tools/Robot_Tool/suites/ha/__init__.txt
deleted file mode 100644 (file)
index 703827c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-*** Settings ***
-Documentation     Test suite for the OpenDaylight base edition
-Suite Setup       Start Suite
-Suite Teardown    Stop Suite
-Library     SSHLibrary
-
-*** Variables ***
-${start}=  sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2
-
-*** Keywords ***
-Start Suite  
-    Log    Start the test on the base edition
-    Open Connection   ${MININET}     prompt=>
-    Login With Public Key    ${MININET_USER}   ${USER_HOME}/.ssh/id_rsa   any 
-    Write    ${start}
-    Sleep    65
-    Read
-Stop Suite
-    Log    Stop the test on the base edition
-    Write    exit 
-    Sleep    2
-    Write    sudo mn -c
-    Sleep    2
-    Read 
-    Close Connection