Fixing mininet reads so that we always clear mininet
[integration/test.git] / test / csit / suites / base-of13 / 020__MD_SAL_NSF_OF13 / 020__restconf_statistics.txt
index 7c331ef489499ed5f8df2abc162ae603ef969c33..17c33c0f9407678d1aac73dea1e54bd23057d403 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite for RESTCONF statistics
-Suite Setup       Create Session   session   http://${CONTROLLER}:8080   auth=${AUTH}   headers=${HEADERS_XML}
+Suite Setup       Create Session   session   http://${CONTROLLER}:${RESTCONFPORT}   auth=${AUTH}   headers=${HEADERS_XML}
 Suite Teardown    Delete All Sessions
 Library           Collections
 Library           ../../../libraries/RequestsLibrary.py
@@ -15,19 +15,19 @@ Get Stats for node 1
     [Documentation]    Get the stats for a node
         ${resp}    Get    session    ${REST_CONTEXT}/node/openflow:1
         Should Be Equal As Strings   ${resp.status_code}    200
-        Should Contain     ${resp.content}      opendaylight-port-statistics
-        Should Contain     ${resp.content}      opendaylight-flow-table-statistics
+        Should Contain     ${resp.content}      flow-capable-node-connector-statistics
+        Should Contain     ${resp.content}      flow-table-statistics
 
 Get Stats for node 2
     [Documentation]    Get the stats for a node
         ${resp}    Get    session    ${REST_CONTEXT}/node/openflow:2
         Should Be Equal As Strings   ${resp.status_code}    200
-        Should Contain     ${resp.content}      opendaylight-port-statistics
-        Should Contain     ${resp.content}      opendaylight-flow-table-statistics
+        Should Contain     ${resp.content}      flow-capable-node-connector-statistics
+        Should Contain     ${resp.content}      flow-table-statistics
 
 Get Stats for node 3
     [Documentation]    Get the stats for a node
        ${resp}    Get    session    ${REST_CONTEXT}/node/openflow:3
        Should Be Equal As Strings   ${resp.status_code}    200
-       Should Contain     ${resp.content}      opendaylight-port-statistics
-       Should Contain     ${resp.content}      opendaylight-flow-table-statistics    
+       Should Contain     ${resp.content}      flow-capable-node-connector-statistics
+       Should Contain     ${resp.content}      flow-table-statistics