From: Vratko Polak Date: Thu, 30 Sep 2021 11:40:54 +0000 (+0200) Subject: FIX: Set correct teardown rate in NDRPDR X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=refs%2Fchanges%2F95%2F33895%2F2 FIX: Set correct teardown rate in NDRPDR It should be in transactions per second, so target rate (min rate). Change-Id: I56a12d65466320fe5e4b2ee7d3b9946c9b3c414f Signed-off-by: Vratko Polak --- diff --git a/resources/libraries/robot/performance/performance_display.robot b/resources/libraries/robot/performance/performance_display.robot index c34fddaa7b..de515412a5 100644 --- a/resources/libraries/robot/performance/performance_display.robot +++ b/resources/libraries/robot/performance/performance_display.robot @@ -36,7 +36,7 @@ | | ${lower_bound} = | Set Variable | ${interval.measured_low} | | ${lower_bound_lr} = | Set Variable | ${lower_bound.loss_ratio} | | Return From Keyword If | ${lower_bound_lr} <= ${packet_loss_ratio} -| | Set Test Variable | \${rate_for_teardown} | ${lower_bound_lr} +| | Set Test Variable | \${rate_for_teardown} | ${lower_bound.target_tr} | | ${message}= | Catenate | SEPARATOR=${SPACE} | | ... | Minimal rate loss ratio ${lower_bound_lr} | | ... | does not reach target ${packet_loss_ratio}.