summaryrefslogtreecommitdiffstats
path: root/VNFs
diff options
context:
space:
mode:
authorLuc Provoost <luc.provoost@gmail.com>2023-02-07 20:39:16 +0100
committerLuc Provoost <luc.provoost@gmail.com>2023-02-07 20:39:16 +0100
commit024259326d952e834f2dc8092d86e4aec81926d7 (patch)
treebf14da4104f402196aa34495d2e07097833f85ea /VNFs
parent96b651994ca7e860c5517f50276c7fd20a75dede (diff)
fix issue with fixed rate testing
When running fixed rate tests, we are getting KeyError: 'mis_ordered'. This is now fixed. Signed-off-by: Luc Provoost <luc.provoost@gmail.com> Change-Id: I8df7f53a6d8c5d8d5b88215d543918ebea4d45a1
Diffstat (limited to 'VNFs')
-rw-r--r--VNFs/DPPD-PROX/helper-scripts/rapid/rapid_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_test.py b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_test.py
index 6badfb45..deba695f 100644
--- a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_test.py
+++ b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_test.py
@@ -261,6 +261,7 @@ class RapidTest(object):
'lat_perc' : '',
'lat_max' : '',
'abs_drop_rate' : '',
+ 'mis_ordered' : '',
'drop_rate' : ''}
RapidLog.info(self.report_result(flow_number, size,
iteration_data, iteration_prefix ))
@@ -346,6 +347,7 @@ class RapidTest(object):
'lat_perc' : '',
'lat_max' : '',
'abs_drop_rate' : '',
+ 'mis_ordered' : '',
'drop_rate' : ''}
RapidLog.info(self.report_result(flow_number, size, time_loop_data,
time_loop_prefix))