Layer2 suite - change to current director
authorChristopher O'Shea <christopher.o.shea@ericsson.com>
Fri, 5 Sep 2014 12:53:32 +0000 (05:53 -0700)
committerChristopher O'Shea <christopher.o.shea@ericsson.com>
Fri, 5 Sep 2014 12:53:32 +0000 (05:53 -0700)
Change-Id: Ie5f5837294bdef62eab9560de64b49f74ba99f08
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
test/csit/suites/l2switch/030__LoopRemoval_OF13/__init__.txt

index 645ae2f6725b34dc13a483d2b9514b65b4351f8f..a12b7dc3b7f630777053ca03480edaa30ed43fd8 100644 (file)
@@ -3,6 +3,7 @@ Documentation     Test suite for L2switch's LoopRemoval using mininet OF13
 Suite Setup       Start Suite
 Suite Teardown    Stop Suite
 Library     SSHLibrary
+Library     OperatingSystem
 
 *** Variables ***
 ${start}=  sudo mn --controller=remote,ip=${CONTROLLER} --custom customtopo.py --topo ring --switch ovsk,protocols=OpenFlow13
@@ -15,7 +16,7 @@ Start Suite
     Write    sudo ovs-vsctl set-manager ptcp:6644
     Write    sudo mn -c
     Sleep    2
-    Put File    ${USER_HOME}/integration/test/csit/suites/l2switch/topologies/customtopo.py
+    Put File    ${CURDIR}/../topologies/customtopo.py
     Write    ${start}
     Sleep    30
     Read