Updated code to match new rules
[integration/test.git] / tools / Robot_Tool / suites / cluster / __init__.txt
diff --git a/tools/Robot_Tool/suites/cluster/__init__.txt b/tools/Robot_Tool/suites/cluster/__init__.txt
deleted file mode 100644 (file)
index 120a843..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-*** Settings ***
-Documentation     Test suite for the OpenDaylight Cluster
-Suite Setup       Start Suite
-Suite Teardown    Stop Suite
-Library     SSHLibrary
-
-*** Variables ***
-${start}=  sudo mn --controller=remote,ip=${CONTROLLER},port=6633 --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    sudo mn -c
-    Sleep    5
-    Write    ${start}
-    Sleep    20
-    Read
-Stop Suite
-    Log    Stop the test on the base edition
-    Read
-    Write    exit 
-    Sleep    4
-    Read 
-    Close Connection 
-