diff options
author | fmenguy <francoisregis.menguy@orange.com> | 2021-07-07 11:05:28 +0200 |
---|---|---|
committer | fmenguy <francoisregis.menguy@orange.com> | 2021-07-08 14:08:12 +0200 |
commit | 6b8818d15c7f88706ba638df0e5320bc68572e19 (patch) | |
tree | ff9014aae6582739571c8b9ce128072bb667fdc9 /behave_tests/features/steps | |
parent | d746a7456e5e06c90edf61d04bdf33d97e5b958f (diff) |
NFVBENCH-215 Fix wrong throughput ratio in latency tests
Change-Id: I5c976dd49a2c17b47559b1d6a565a6e78f7cfd0e
Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
Diffstat (limited to 'behave_tests/features/steps')
-rw-r--r-- | behave_tests/features/steps/steps.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/behave_tests/features/steps/steps.py b/behave_tests/features/steps/steps.py index 5762fa2..8798280 100644 --- a/behave_tests/features/steps/steps.py +++ b/behave_tests/features/steps/steps.py @@ -196,7 +196,6 @@ def step_impl(context, repeat=1): results) total_tx_rate = extract_value(context.result, "total_tx_rate") - context.rates[context.json['frame_sizes'][0] + '_' + context.json['flow_count']] = total_tx_rate overall = extract_value(context.result, "overall") avg_delay_usec = extract_value(overall, "avg_delay_usec") # create a synthesis with offered pps and latency values |