summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/stateless_tests/stl_performance_test.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-10-30 22:48:43 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-10-30 22:48:43 +0200
commit6bfe49e33c95c16c6fa7008aff58652a5864ca6e (patch)
tree65f0938a7feb717e24857b0cd68931042c1691d0 /scripts/automation/regression/stateless_tests/stl_performance_test.py
parent0d42a434e92f69ea8856998e3135e6b5e6adbd71 (diff)
syntax sugar on GA + fill ActionNumber with dummy value
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'scripts/automation/regression/stateless_tests/stl_performance_test.py')
-rw-r--r--scripts/automation/regression/stateless_tests/stl_performance_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/automation/regression/stateless_tests/stl_performance_test.py b/scripts/automation/regression/stateless_tests/stl_performance_test.py
index ef95c86b..62a1912f 100644
--- a/scripts/automation/regression/stateless_tests/stl_performance_test.py
+++ b/scripts/automation/regression/stateless_tests/stl_performance_test.py
@@ -61,6 +61,7 @@ class PerformanceReport(object):
SetupName = self.machine_name,
TestType = 'performance',
Mppspc = self.avg_mpps_per_core,
+ ActionNumber = '<fill_me>',
GoldenMin = golden_mpps['min'],
GoldenMax = golden_mpps['max'])