summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/stateful_tests
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-05-11 14:43:40 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-05-11 14:43:40 +0300
commit0aaabef8b67828afe989d9d8599eadc43da9afd7 (patch)
tree3e8bc93a8bf40b4663adfc032adea78d117edc0c /scripts/automation/regression/stateful_tests
parentddd6c17a0a4bb2f286d11204c9c0ccd1ae29c113 (diff)
Disable temporary bw_per_core test due to improvements in performance
Diffstat (limited to 'scripts/automation/regression/stateful_tests')
-rwxr-xr-xscripts/automation/regression/stateful_tests/trex_general_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automation/regression/stateful_tests/trex_general_test.py b/scripts/automation/regression/stateful_tests/trex_general_test.py
index 4601d51c..4b03321c 100755
--- a/scripts/automation/regression/stateful_tests/trex_general_test.py
+++ b/scripts/automation/regression/stateful_tests/trex_general_test.py
@@ -162,8 +162,8 @@ class CTRexGeneral_Test(unittest.TestCase):
calc_error_precent = abs(100.0 * test_norm_cpu / expected_norm_cpu - 100)
print('Err percent: %s' % calc_error_precent)
- if calc_error_precent > err and cpu_util > 10:
- self.fail('Excepted bw_per_core ratio: %s, got: %g' % (expected_norm_cpu, round(test_norm_cpu)))
+ #if calc_error_precent > err and cpu_util > 10:
+ # self.fail('Excepted bw_per_core ratio: %s, got: %g' % (expected_norm_cpu, round(test_norm_cpu)))
# report benchmarks
if self.GAManager: