Add sustain time in Scalability tests
[integration/test.git] / csit / suites / openflowplugin / Maximum_Switches / 010__finding_max_switches.robot
index 9f5609b8fa987af73619632ebc77076cf56ea1c0..3ee32a97836d51df810d5869c58e9d9d92d6c14c 100644 (file)
@@ -17,7 +17,7 @@ ${SWITCHES_RESULT_FILE}    switches.csv
 *** Test Cases ***
 Find Max Switches
     [Documentation]    Find max number of switches starting from ${MIN_SWITCHES} till reaching ${MAX_SWITCHES} in steps of ${STEP_SWITCHES}
-    KarafKeywords.Issue Command On Karaf Console    log:set ERROR
+    Wait Until Keyword Succeeds    3x    1s    KarafKeywords.Issue Command On Karaf Console    log:set ERROR
     Append To File    ${SWITCHES_RESULT_FILE}    Max Switches Linear Topo\n
     ${max-switches}    Find Max Switches    ${MIN_SWITCHES}    ${MAX_SWITCHES}    ${STEP_SWITCHES}
     Log    ${max-switches}