cleaning up system variables
[integration/test.git] / csit / suites / lacp / Lacp_Feature_OF13 / 030__lacp_flow_entry_stats.robot
index 3a3c98d6d43683e93f0e729c1aeffcd2eccb2b3b..744efb746c1140f5d7742282a2e1774824f5e418 100644 (file)
@@ -16,14 +16,14 @@ ${node1}          openflow:1
 *** Test Cases ***
 Verify Switch S1 LACP flow entry packet hit doesn't display zero value
     [Documentation]    Verify the LACP flow entry packet hit stats doesn't display zero value on the Switch S1
-    ${result}=    Run Command On Remote System    ${MININET}    sudo ovs-ofctl dump-flows s1 -O OpenFlow13
+    ${result}=    Run Command On Remote System    ${TOOLS_SYSTEM_IP}    sudo ovs-ofctl dump-flows s1 -O OpenFlow13
     Comment    ${result}    Read Until    mininet>
     Should Not Contain    ${result}    n_packets=0
     Should Not Contain    ${result}    n_bytes=0
 
 Verify Switch S1 Port stats doesn't display zero value
     [Documentation]    Verify the port stats for the Switch S1 doesn't display value with zero
-    ${result}=    Run Command On Remote System    ${MININET}    sudo ovs-ofctl dump-ports s1 -O OpenFlow13    ${MININET_USER}    #
+    ${result}=    Run Command On Remote System    ${TOOLS_SYSTEM_IP}    sudo ovs-ofctl dump-ports s1 -O OpenFlow13    ${TOOLS_SYSTEM_USER}    #
     Comment    ${result}    Read Until    mininet>
     ${port1}=    Get Lines Containing String    ${result}    1:
     Should Not Contain    ${port1}    rx pkts=0
@@ -59,5 +59,5 @@ Verify LACP Tags Are Formed
 
 LACP Inventory Suite Setup
     [Documentation]    If these basic checks fail, there is no need to continue any of the other test cases
-    Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
+    Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
     Wait Until Keyword Succeeds    15s    1s    Verify LACP Tags Are Formed