From 9b0f5417c4e4d295738ab28266a0658c1482044b Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Sun, 26 Apr 2015 12:19:15 -0700 Subject: [PATCH] Adjusting wait time in scalability test Change-Id: I1435bbbf2f7b6eec0d19c46ba736269bdc3a813c Signed-off-by: Luis Gomez --- test/csit/libraries/Scalability.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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} -- 2.36.6