From: Peter Mikus Date: Fri, 13 May 2016 11:57:00 +0000 (+0200) Subject: Patch: Set duration of performance long tests to 10s X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=3bd53d390eab74356cfbed5898e000356f776530 Patch: Set duration of performance long tests to 10s - JIRA: CSIT-77 Decrease duration time from 60 second to 10 second for all long performance tests. This patch is preparation for replacement of linear search for binary search. Change-Id: I61fbec1dcaca73ba383690e695c3030d182a90f9 Signed-off-by: Peter Mikus --- diff --git a/resources/libraries/robot/performance.robot b/resources/libraries/robot/performance.robot index 64c7aa6d0f..5c8af8ede2 100644 --- a/resources/libraries/robot/performance.robot +++ b/resources/libraries/robot/performance.robot @@ -208,7 +208,7 @@ | | [Documentation] | Find throughput by using RFC2544 linear search | | [Arguments] | ${framesize} | ${start_rate} | ${step_rate} | | ... | ${topology_type} | ${min_rate} | ${max_rate} -| | ${duration}= | Set Variable | 60 +| | ${duration}= | Set Variable | 10 | | Set Duration | ${duration} | | Set Search Rate Boundaries | ${max_rate} | ${min_rate} | | Set Search Linear Step | ${step_rate} @@ -225,7 +225,7 @@ | | [Documentation] | Find throughput by using RFC2544 binary search | | [Arguments] | ${framesize} | ${binary_min} | ${binary_max} | | ... | ${topology_type} | ${min_rate} | ${max_rate} | ${threshold} -| | ${duration}= | Set Variable | 60 +| | ${duration}= | Set Variable | 10 | | Set Duration | ${duration} | | Set Search Rate Boundaries | ${max_rate} | ${min_rate} | | Set Search Frame Size | ${framesize} @@ -243,7 +243,7 @@ | | ... | (linear + binary) | | [Arguments] | ${framesize} | ${start_rate} | ${step_rate} | | ... | ${topology_type} | ${min_rate} | ${max_rate} | ${threshold} -| | ${duration}= | Set Variable | 60 +| | ${duration}= | Set Variable | 10 | | Set Duration | ${duration} | | Set Search Rate Boundaries | ${max_rate} | ${min_rate} | | Set Search Linear Step | ${step_rate}