large rework to optimize test code.
[integration/test.git] / test / csit / suites / karaf-compatible / 075__Flows_OF13_Stat_Manager / __init__.txt
index e1c2c2381f5110610029ba77a8400e919877f422..3a8e9b7fba65be17ebe363c8006f735779da0aea 100644 (file)
@@ -3,27 +3,8 @@ Documentation     Test suite for the OpenDaylight base edition with of13, aimed
 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
-    Sleep    2
-    Write    ${start}
-    Sleep    20
-    Read
-
-Stop Suite
-    Log    Stop the test on the base edition
-    Read
-    Write    exit
-    Sleep    2
-    Read
-    Close Connection
-