X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tools%2FRobot_Tool%2Fsuites%2Fha%2F__init__.txt;fp=tools%2FRobot_Tool%2Fsuites%2Fha%2F__init__.txt;h=0000000000000000000000000000000000000000;hb=7ef28e701bb30353fe438e97c635e05130f23b84;hp=703827c9419ef469a030178081846332ad083a5e;hpb=9bd49ac057331e960542fdc38d3eedd7e282d046;p=integration%2Ftest.git diff --git a/tools/Robot_Tool/suites/ha/__init__.txt b/tools/Robot_Tool/suites/ha/__init__.txt deleted file mode 100644 index 703827c941..0000000000 --- a/tools/Robot_Tool/suites/ha/__init__.txt +++ /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