summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/stateless_tests/stl_performance_test.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-12-31 09:20:53 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-12-31 09:20:53 +0200
commit37cb7ee77e24b8293cdea21eaf431923f2b4013f (patch)
tree6e178b616ab01f00e697be6444c6101a7f826983 /scripts/automation/regression/stateless_tests/stl_performance_test.py
parentd1afd5dbeff2b3c8ffcc31797665f8262dd83694 (diff)
regression:
do not retry on stateless performance failure, results are the same per TRex run. add trex11 performance section for not to skip. TODO: calibrate Change-Id: I358121c2b89455c91f4c9dd078dedf0921c3d8a1 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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/regression/stateless_tests/stl_performance_test.py b/scripts/automation/regression/stateless_tests/stl_performance_test.py
index 641f0a33..f0cdac71 100644
--- a/scripts/automation/regression/stateless_tests/stl_performance_test.py
+++ b/scripts/automation/regression/stateless_tests/stl_performance_test.py
@@ -238,7 +238,7 @@ class STLPerformance_Test(CStlGeneral_Test):
############################################# test's infra functions ###########################################
- def execute_single_scenario (self, scenario_cfg, iterations = 4):
+ def execute_single_scenario (self, scenario_cfg, iterations = 0):
golden = scenario_cfg['mpps_per_core_golden']