Fixing mininet reads so that we always clear mininet
[integration/test.git] / test / csit / suites / base-of13 / 010__MD_SAL_NSF / 030__restconf_topology.txt
index 898424927be2f79913c1317e93592656e5b067de..b4e3495f54b531f2fc9e65c60325525f4047b134 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite for RESTCONF Topology 
-Suite Setup       Create Session   session   http://${CONTROLLER}:8080   auth=${AUTH}   headers=${HEADERS}
+Suite Setup       Create Session   session   http://${CONTROLLER}:${RESTCONFPORT}   auth=${AUTH}   headers=${HEADERS}
 Suite Teardown    Delete All Sessions
 Library           Collections
 Library           ../../../libraries/RequestsLibrary.py
@@ -74,4 +74,4 @@ Remove a link
     ${resp}    Delete   session    ${REST_CONTEXT_3}  
     Should Be Equal As Strings    ${resp.status_code}    200
     ${resp}    Get    session    ${REST_CONTEXT_3}
-    Should Be Equal As Strings    ${resp.status_code}    409
+    Should Be Equal As Strings    ${resp.status_code}    404