Push upstream several robot files
[integration/test.git] / csit / suites / openstack / neutron / 030__ports.robot
index 17a46921034dda2f05ae8bc35b69308491638566..6dc8f7d7526ea9a5426a7b957b483e8bd458aec9 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Checking Port created in OpenStack are pushed to OpenDaylight
-Suite Setup       Create Session    OSSession    http://${OPENSTACK}:9696    headers=${X-AUTH}
+Suite Setup       Create Session    OSSession    http://${NEUTRON}:9696    headers=${X-AUTH}
 Suite Teardown    Delete All Sessions
 Library           Collections
 Library           RequestsLibrary
@@ -46,6 +46,6 @@ Create New Port
 
 Check New Port
     [Documentation]    Check new port created in OpenDaylight
-    [Tags]    Check subnet OpenDaylight
+    [Tags]    Check port OpenDaylight
     ${resp}    get request    ODLSession    ${ODLREST}/${PORTID}
     Should be Equal As Strings    ${resp.status_code}    200