fix issue with fixed rate testing 63/73863/1
authorLuc Provoost <luc.provoost@gmail.com>
Tue, 7 Feb 2023 19:39:16 +0000 (20:39 +0100)
committerLuc Provoost <luc.provoost@gmail.com>
Tue, 7 Feb 2023 19:39:16 +0000 (20:39 +0100)
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

VNFs/DPPD-PROX/helper-scripts/rapid/rapid_test.py

index 6badfb4..deba695 100644 (file)
@@ -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))