Merge "removing failing tests"
[integration/test.git] / test / csit / suites / karaf-vtn / 050__VTN / __init__.txt
index c1c7716356a6ab45c2d17a4b9964c53d1e8fb782..8a8c1943c6bd9e3d48a075c7b4ea23eeac7933bf 100644 (file)
@@ -1,27 +1,11 @@
 *** Settings ***
-Documentation     Test suite for VTN
+Documentation     Test suite for AD-SAL NSF
 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
+${start}=   sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2 
 
-*** 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 
+** Keywords ***