Fix pps error message in behave tests 45/72645/1
authorfmenguy <francoisregis.menguy@orange.com>
Tue, 8 Jun 2021 07:18:33 +0000 (09:18 +0200)
committerfmenguy <francoisregis.menguy@orange.com>
Tue, 8 Jun 2021 07:18:33 +0000 (09:18 +0200)
Change-Id: I2f050f8a6f193c4e04ac8a427aedb7c241633b73
Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
behave_tests/features/steps/steps.py

index f4dda58..5762fa2 100644 (file)
@@ -343,7 +343,7 @@ def throughput_comparison(context, old_throughput_pps=None, threshold=None, refe
                 threshold) * old_throughput_pps:
             raise AssertionError(
                 "Current run throughput {current_throughput_pps} is not over {threshold} "
-                " of previous value ({old_throughput_pps}pps)".format(
+                " of previous value ({old_throughput_pps})".format(
                     current_throughput_pps=Formatter.suffix('pps')(
                         Formatter.standard(current_throughput_pps)),
                     threshold=threshold, old_throughput_pps=Formatter.suffix('pps')(