From d94e6a00edc22a1dd4946b3603aebb29319ce5ce Mon Sep 17 00:00:00 2001 From: imarom Date: Sun, 25 Sep 2016 14:58:51 +0300 Subject: split multicore - all tests pass --- .../automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py') diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py index 65333e0f..b42b56af 100755 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py @@ -222,7 +222,6 @@ def decode_tunables (tunable_str): # each token is of form X=Y for token in tokens: - print(token) m = re.search('(.*)=(.*)', token) if not m: raise argparse.ArgumentTypeError("bad syntax for tunables: {0}".format(token)) -- cgit 1.2.3-korg