From: Luis Gomez Date: Sun, 26 Apr 2015 19:19:15 +0000 (-0700) Subject: Adjusting wait time in scalability test X-Git-Tag: release/lithium~133 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=9b0f5417c4e4d295738ab28266a0658c1482044b;p=integration%2Ftest.git Adjusting wait time in scalability test Change-Id: I1435bbbf2f7b6eec0d19c46ba736269bdc3a813c Signed-off-by: Luis Gomez --- diff --git a/test/csit/libraries/Scalability.txt b/test/csit/libraries/Scalability.txt index 68f18d89c5..7569550d9c 100644 --- a/test/csit/libraries/Scalability.txt +++ b/test/csit/libraries/Scalability.txt @@ -14,17 +14,17 @@ Find Max Switches ${step} Convert to Integer ${step} : FOR ${switches} IN RANGE ${start} ${stop+1} ${step} \ Start Mininet Linear ${switches} - \ ${status} ${result} Run Keyword And Ignore Error Wait Until Keyword Succeeds 60s 2s + \ ${status} ${result} Run Keyword And Ignore Error Wait Until Keyword Succeeds ${switches*2} 5s \ ... Check Every Switch ${switches} \ Return From Keyword If '${status}' == 'FAIL' - \ ${status} ${result} Run Keyword And Ignore Error Wait Until Keyword Succeeds 60s 2s + \ ${status} ${result} Run Keyword And Ignore Error Wait Until Keyword Succeeds ${switches*2} 5s \ ... Check Linear Topology ${switches} \ Return From Keyword If '${status}' == 'FAIL' \ Stop Mininet - \ ${status} ${result} Run Keyword And Ignore Error Wait Until Keyword Succeeds 60s 2s + \ ${status} ${result} Run Keyword And Ignore Error Wait Until Keyword Succeeds ${switches*2} 5s \ ... Check No Switches ${switches} \ Return From Keyword If '${status}' == 'FAIL' - \ ${status} ${result} Run Keyword And Ignore Error Wait Until Keyword Succeeds 60s 2s + \ ${status} ${result} Run Keyword And Ignore Error Wait Until Keyword Succeeds ${switches*2} 5s \ ... Check No Topology ${switches} \ Return From Keyword If '${status}' == 'FAIL' \ ${max-switches} Convert To String ${switches}