Fixing mininet reads so that we always clear mininet
[integration/test.git] / test / csit / suites / base-of13 / 010__MD_SAL_NSF / 020__restconf_statistics.txt
index bb4ea2167a9b7989e434ffb8a2fbc3603a5d403a..17c33c0f9407678d1aac73dea1e54bd23057d403 100644 (file)
@@ -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