Add more clear variable name
[integration/test.git] / csit / libraries / ClusterOpenFlow.robot
index 847149adcef0072b83cf408287812033784c3b51..1d1db18729dc4b8e7c70822571b3cc68ee6170be 100644 (file)
@@ -130,5 +130,5 @@ Verify_Switch_Connections_Running_On_Member
 Check_Flows_Operational_Datastore_On_Member
     [Arguments]    ${flow_count}    ${member_index}
     [Documentation]    Check if number of Operational Flows on member of given index is equal to ${flow_count}.
-    ${sw}    ${repf}    ${found_flow}=    ScaleClient.Flow Stats Collected    controller=${ODL_SYSTEM_${member_index}_IP}
+    ${sw}    ${reported_flow}    ${found_flow}=    ScaleClient.Flow Stats Collected    controller=${ODL_SYSTEM_${member_index}_IP}
     BuiltIn.Should_Be_Equal_As_Numbers    ${flow_count}    ${found_flow}