cleaning up system variables
[integration/test.git] / csit / suites / openstack / neutron / 030__ports.robot
index b3ba03f15daa7c641b7d9813d8603d75b8f6a128..01c986727c743e598c0950a4641c49b5111d41f6 100644 (file)
@@ -28,7 +28,7 @@ Check OpenStack ports
 Check OpenDaylight ports
     [Documentation]    Checking OpenDaylight Neutron API for Known Ports
     [Tags]    Ports Neutron OpenDaylight
-    Create Session    ODLSession    http://${CONTROLLER}:${PORT}    headers=${HEADERS}    auth=${AUTH}
+    Create Session    ODLSession    http://${ODL_SYSTEM_IP}:${PORT}    headers=${HEADERS}    auth=${AUTH}
     ${resp}    get    ODLSession    ${ODLREST}
     Should be Equal As Strings    ${resp.status_code}    200
     ${ODLResult}    To Json    ${resp.content}