diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-09-11 11:19:27 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-09-12 07:10:34 +0000 |
commit | 6a80c9028d71a1502a2f2a64b4646af4c5958733 (patch) | |
tree | eae7a91f17c5677dcdf3e36356e8ab5bb64fa5be /resources/tools/trex/trex_stateless_stop.py | |
parent | 45882a2701df2349b3f53b8436aec530cbeeb614 (diff) |
TRex: 2.61
- HDRhistogram can be rebased and used in separate patch.
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: Ic7ce752344c6e1791af7cf7b7effde65ac2be680
Diffstat (limited to 'resources/tools/trex/trex_stateless_stop.py')
-rwxr-xr-x | resources/tools/trex/trex_stateless_stop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/trex/trex_stateless_stop.py b/resources/tools/trex/trex_stateless_stop.py index 9421356bc1..e8b6fdf96c 100755 --- a/resources/tools/trex/trex_stateless_stop.py +++ b/resources/tools/trex/trex_stateless_stop.py @@ -28,7 +28,7 @@ Functionality: import sys import json -sys.path.insert(0, "/opt/trex-core-2.54/scripts/automation/"+\ +sys.path.insert(0, "/opt/trex-core-2.61/scripts/automation/"+\ "trex_control_plane/interactive/") from trex.stl.api import * |