Define sulfur version
[integration/test.git] / csit / libraries / UnimgrKeywords.robot
index 8678131a9e7f2dfa6f9637bbe2fa4bafae6061b8..bb469e8987a3d0a7da85289bfe4b4e5e62940848 100644 (file)
@@ -3,9 +3,9 @@ Documentation     Unimgr keywords defination that will be used in Unimgr suite.
 Library           OperatingSystem
 Library           SSHLibrary
 Library           String
-Resource          ../../../libraries/OVSDB.robot
-Resource          ../../../libraries/Utils.robot
-Variables         ../../../variables/Variables.py
+Resource          ./OVSDB.robot
+Resource          ./Utils.robot
+Variables         ../variables/Variables.py
 
 *** Variables ***
 ${Bridge_Name}    ovsbr0
@@ -14,7 +14,7 @@ ${UniMgr_Variables_DIR}    ../variables/unimgr
 *** Keywords ***
 Setup Unimgr Test Environment
     [Documentation]    Establish the Opendayligh session and prepair the Mininet VMs
-    Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
+    Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
     Prepair Unimgr Test Environment    ${TOOLS_SYSTEM_IP}
     Prepair Unimgr Test Environment    ${TOOLS_SYSTEM_2_IP}