From 9b05a9d60b4cc819f3d190c4ad33a811866d4795 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Sun, 24 Apr 2016 02:27:09 +0300 Subject: typo --- scripts/automation/regression/stateful_tests/trex_general_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/regression/stateful_tests/trex_general_test.py') diff --git a/scripts/automation/regression/stateful_tests/trex_general_test.py b/scripts/automation/regression/stateful_tests/trex_general_test.py index 827df686..12c822f2 100755 --- a/scripts/automation/regression/stateful_tests/trex_general_test.py +++ b/scripts/automation/regression/stateful_tests/trex_general_test.py @@ -156,7 +156,7 @@ class CTRexGeneral_Test(unittest.TestCase): expected_norm_cpu = self.get_benchmark_param('bw_per_core') if not expected_norm_cpu: - expected_norm_cpu = '1' + expected_norm_cpu = 1 calc_error_precent = abs(100.0 * test_norm_cpu / expected_norm_cpu - 100) print('Err percent: %s' % calc_error_precent) # TODO: gather statistics from regression, uncomment ASAP -- cgit 1.2.3-korg