diff options
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 9dffa2a161..0a2aabfba2 100755 --- a/resources/tools/trex/trex_stateless_stop.py +++ b/resources/tools/trex/trex_stateless_stop.py @@ -29,7 +29,7 @@ Functionality: import sys import json -sys.path.insert(0, "/opt/trex-core-2.28/scripts/automation/"+\ +sys.path.insert(0, "/opt/trex-core-2.29/scripts/automation/"+\ "trex_control_plane/stl/") from trex_stl_lib.api import * |