summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-09-25 14:58:51 +0300
committerimarom <imarom@cisco.com>2016-09-25 15:08:09 +0300
commitd94e6a00edc22a1dd4946b3603aebb29319ce5ce (patch)
treefebed00c2f93adcc0519fcf9b6ee3c81d66d2178 /scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py
parente768dc68155ba835882733753844a570d8384646 (diff)
split multicore - all tests pass
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py')
-rwxr-xr-xscripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py1
1 files changed, 0 insertions, 1 deletions
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))