large rework to optimize test code.
[integration/test.git] / test / csit / suites / karaf-compatible / 060__AD_SAL_Apps_OF13 / __init__.txt
index 0f342eaf5623aa4c60441d40d98ea750cd2eec90..a2546e9e1245fbb897fad8906fe8926bfef258de 100644 (file)
@@ -3,25 +3,10 @@ Documentation     Test suite for AD-SAL Applications mininet OF13
 Suite Setup       Start Suite
 Suite Teardown    Stop Suite
 Library     SSHLibrary
+Resource          ../../../libraries/Utils.txt
+
 
 *** Variables ***
 ${start}=   sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2 --switch ovsk,protocols=OpenFlow13 
 
 ** Keywords ***
-Start Suite  
-    Log    Start mininet
-    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    30
-    Read
-Stop Suite
-    Log    Stop mininet
-    Read
-    Write    exit 
-    Sleep    6
-    Read 
-    Close Connection