X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance.robot;h=5c8af8ede2d50096870e8a52922159f16667a8c2;hp=64c7aa6d0f19476a1ff2ef1e2872784ed34ec2b5;hb=3bd53d390eab74356cfbed5898e000356f776530;hpb=891fc96712979aff9118b69c7a5c8bfa61ef5a00 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}