large rework to optimize test code.
[integration/test.git] / test / csit / suites / karaf-compatible / 070__Flows_OF13 / __init__.txt
index c4c6f0000856d38ff61d91bd6c77948e4375b104..10ece1e24de140cae4038eefd0666a361109512d 100644 (file)
@@ -1,26 +1,9 @@
 *** Settings ***
-Documentation     Test suite for the OpenDaylight base edition with of10
+Documentation     Flow test suite for the OpenDaylight karaf-compatible feature set
 Suite Setup       Start Suite
 Suite Teardown    Stop Suite
-Library           SSHLibrary
+Resource          ../../../libraries/Utils.txt
 
 *** Variables ***
-${start}          sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,1 --switch ovsk,protocols=OpenFlow13
 
 *** 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 ovs-vsctl set-manager ptcp:6644
-    Write    sudo mn -c
-    Read Until  > 
-    Write    ${start}
-    Read Until  mininet>
-
-Stop Suite
-    Log    Stop the test on the base edition
-    Read
-    Write    exit
-    Read Until  >
-    Close Connection