Support https endpoints (Keystone and Neutron)
[integration/test.git] / csit / suites / openstack / neutron / 040__delete_ports.robot
index 5f629fec91c584a3978093576bd5fdd9d97d1c61..2a71496afe2ca619350bea001159c4e1cc9eff42 100644 (file)
@@ -3,7 +3,7 @@ Documentation     Checking Port deleted in OpenStack are deleted also in OpenDay
 Suite Setup       Start Suite
 Suite Teardown    Delete All Sessions
 Library           RequestsLibrary
-Variables         ../../../variables/Variables.py
+Resource          ../../../variables/Variables.robot
 
 *** Variables ***
 ${OSREST}         /v2.0/ports/${PORTID}
@@ -36,6 +36,6 @@ Check Port Exists
     Should be Equal As Strings    ${resp.status_code}    200
 
 Start Suite
-    Create Session    OSSession    http://${NEUTRON}:9696    headers=${X-AUTH-NOCONTENT}
+    Create Session    OSSession    ${NEUTRONURL}    headers=${X-AUTH-NOCONTENT}
     Create Session    ODLSession    http://${ODL_SYSTEM_IP}:${PORT}    headers=${HEADERS}    auth=${AUTH}
     Check Port Exists    ${PORTID}