Show instance details before deleting
[integration/test.git] / csit / libraries / FlowLib.robot
index 37f09d9921b6da3d700a08d7922b28ee9aa1ac3c..084994eb9013dbdc44539fa2703eaa1c3b6cf2c6 100644 (file)
@@ -97,8 +97,7 @@ Check Number Of Groups
     Log    ${resp.content}
     Should Be Equal As Strings    ${resp.status_code}    200
     ${group_count}=    Get Count    ${resp.content}    "group-type"
-    ${count}=    CompareStream.Set_Variable_If_At Least_Boron    ${group_count}    ${group_count/2}
-    Should Be Equal As Integers    ${count}    ${groups}
+    Should Be Equal As Integers    ${group_count}    ${groups}
 
 Check Flow Stats Are Available
     [Arguments]    ${node_id}    ${flows}