summaryrefslogtreecommitdiffstats
path: root/nfvbench/nfvbench.py
diff options
context:
space:
mode:
authormortenhillbom <mhillbom@cisco.com>2018-04-11 15:35:23 -0700
committermortenhillbom <mhillbom@cisco.com>2018-04-12 12:02:10 -0700
commit63bab64fe0babc5a198d0a0457c4fb0a58cfe32f (patch)
tree3a8d520829617101c5a83d7e82de9683addb6154 /nfvbench/nfvbench.py
parent6226413ca6e1b4c3a52a3deeb66f8f487c2704ae (diff)
NFVBENCH-84 Report results with requested L2 frame size
Change-Id: Ie7a8795cd0cb16b881a4e2aec68ff1e3dd6741b1 Signed-off-by: mortenhillbom <mhillbom@cisco.com>
Diffstat (limited to 'nfvbench/nfvbench.py')
-rw-r--r--nfvbench/nfvbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfvbench/nfvbench.py b/nfvbench/nfvbench.py
index 90b16d4..dd4a1a3 100644
--- a/nfvbench/nfvbench.py
+++ b/nfvbench/nfvbench.py
@@ -105,7 +105,7 @@ class NFVBench(object):
new_frame_sizes.append(frame_size)
except ValueError:
new_frame_sizes.append(frame_size)
- self.config.frame_sizes = tuple(new_frame_sizes)
+ self.config.actual_frame_sizes = tuple(new_frame_sizes)
result = {
"date": datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S'),
"nfvbench_version": __version__,