diff options
Diffstat (limited to 'resources/tools')
-rwxr-xr-x | resources/tools/trex/trex_stateless_profile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/trex/trex_stateless_profile.py b/resources/tools/trex/trex_stateless_profile.py index edb0b8d8cf..a41e4e8562 100755 --- a/resources/tools/trex/trex_stateless_profile.py +++ b/resources/tools/trex/trex_stateless_profile.py @@ -194,8 +194,8 @@ def simple_burst( lost_b = 0 # Choose rate and start traffic: - time_start = time.time() client.start(ports=ports, mult=rate, duration=duration, force=force) + time_start = time.time() if async_start: # For async stop, we need to export the current snapshot. |