FIX: Set correct teardown rate in NDRPDR 95/33895/2
authorVratko Polak <vrpolak@cisco.com>
Thu, 30 Sep 2021 11:40:54 +0000 (13:40 +0200)
committerVratko Polak <vrpolak@cisco.com>
Mon, 4 Oct 2021 08:15:33 +0000 (08:15 +0000)
It should be in transactions per second, so target rate (min rate).

Change-Id: I56a12d65466320fe5e4b2ee7d3b9946c9b3c414f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
resources/libraries/robot/performance/performance_display.robot

index c34fdda..de51541 100644 (file)
@@ -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}.