X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fcsit%2Flibraries%2FScalability.robot;fp=test%2Fcsit%2Flibraries%2FScalability.robot;h=b73b4eb1336edd806caf72f5b24c252453336f7c;hb=e1d89c3593034ae890554048b7bd0744070f4c6a;hp=5d81ebed72d66dd47eba249a6dae826145ef0ac7;hpb=49d07e465b8128d818c2ea7045a3c71440e794ba;p=integration.git diff --git a/test/csit/libraries/Scalability.robot b/test/csit/libraries/Scalability.robot index 5d81ebed..b73b4eb1 100644 --- a/test/csit/libraries/Scalability.robot +++ b/test/csit/libraries/Scalability.robot @@ -45,7 +45,8 @@ Find Max Links ${stop} Convert to Integer ${stop} ${step} Convert to Integer ${step} : FOR ${switches} IN RANGE ${begin} ${stop+1} ${step} - \ Start Mininet With Custom Topology ${CREATE_FULLYMESH_TOPOLOGY_FILE} ${switches} ${BASE_MAC_1} ${BASE_IP_1} ${0} ${switches*20} + \ ${status} ${result} Run Keyword And Ignore Error Start Mininet With Custom Topology ${CREATE_FULLYMESH_TOPOLOGY_FILE} ${switches} ${BASE_MAC_1} ${BASE_IP_1} ${0} ${switches*20} + \ Exit For Loop If '${status}' == 'FAIL' \ ${status} ${result} Run Keyword And Ignore Error Verify Controller Is Not Dead ${CONTROLLER} \ Exit For Loop If '${status}' == 'FAIL' \ ${status} ${result} Run Keyword And Ignore Error Verify Controller Has No Null Pointer Exceptions ${CONTROLLER} @@ -57,7 +58,8 @@ Find Max Links \ ${status} ${result} Run Keyword And Ignore Error Wait Until Keyword Succeeds 120 10s \ ... Check Number Of Links ${max-links} \ Exit For Loop If '${status}' == 'FAIL' - \ Stop Mininet Simulation + \ ${status} ${result} Run Keyword And Ignore Error Stop Mininet Simulation + \ Exit For Loop If '${status}' == 'FAIL' \ ${status} ${result} Run Keyword And Ignore Error Wait Until Keyword Succeeds 120 10s \ ... Check No Switches ${switches} \ Exit For Loop If '${status}' == 'FAIL' @@ -75,7 +77,8 @@ Find Max Hosts ${stop} Convert to Integer ${stop} ${step} Convert to Integer ${step} : FOR ${hosts} IN RANGE ${begin} ${stop+1} ${step} - \ Start Mininet With One Switch And ${hosts} hosts + \ ${status} ${result} Run Keyword And Ignore Error Start Mininet With One Switch And ${hosts} hosts + \ Exit For Loop If '${status}' == 'FAIL' \ ${status} ${result} Run Keyword And Ignore Error Wait Until Keyword Succeeds 120s 30s \ ... Check Every Switch ${1} \ Exit For Loop If '${status}' == 'FAIL' @@ -87,7 +90,8 @@ Find Max Hosts \ ${status} ${result} Run Keyword And Ignore Error Wait Until Keyword Succeeds 120s 30s \ ... Check Number Of Hosts ${hosts} \ Exit For Loop If '${status}' == 'FAIL' - \ Stop Mininet Simulation + \ ${status} ${result} Run Keyword And Ignore Error Stop Mininet Simulation + \ Exit For Loop If '${status}' == 'FAIL' \ ${status} ${result} Run Keyword And Ignore Error Check No Switches ${1} \ Exit For Loop If '${status}' == 'FAIL' \ ${status} ${result} Run Keyword And Ignore Error Check No Hosts