Replace deprecated variables in suites/openflowplugin (1).
[integration/test.git] / csit / suites / openflowplugin / Groups_Meters_OF13 / 010__openflow_meter.robot
index 2a8ed3f8dc5bb738300e6c1b725356ec80031638..9f3dd3238648b27b0ebc9c0f16826908e915341b 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite for OpenFlow meter
-Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
+Suite Setup       Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
 Suite Teardown    Delete All Sessions
 Library           SSHLibrary
 Library           Collections
@@ -43,7 +43,8 @@ Verify after adding meter config
 
 Verify after adding meter operational
     [Documentation]    Get the meter stat in operational
-    ${elements}=    Create List    meter-statistics    meter-kbps    flow-count    packet-in-count    byte-in-count    meter-band-stats    meter-band-headers
+    ${elements}=    Create List    meter-statistics    meter-kbps    flow-count    packet-in-count    byte-in-count
+    ...    meter-band-stats    meter-band-headers
     Wait Until Keyword Succeeds    6s    2s    Check For Elements At URI    ${REST_CONTEXT_OP}/meter/1    ${elements}
 
 Add a flow that includes a meter