From 64dd1f33ad253014d70db8f440bd2e9f7b7e9faf Mon Sep 17 00:00:00 2001 From: imarom Date: Tue, 22 Mar 2016 10:53:23 +0200 Subject: console push was broken --- .../trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/utils') 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 c4f2b358..6ec2d189 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 @@ -225,7 +225,7 @@ OPTIONS_DB = {MULTIPLIER: ArgumentPack(['-m', '--multiplier'], IPG: ArgumentPack(['-i', '--ipg'], {'help': "IPG value in usec between packets. default will be from the pcap", 'dest': "ipg_usec", - 'default': None, + 'default': 100.0, 'type': float}), -- cgit 1.2.3-korg