diff options
Diffstat (limited to 'resources/tools/trex/trex_server_info.py')
-rwxr-xr-x | resources/tools/trex/trex_server_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/trex/trex_server_info.py b/resources/tools/trex/trex_server_info.py index ac7c7a5427..188b7aeb16 100755 --- a/resources/tools/trex/trex_server_info.py +++ b/resources/tools/trex/trex_server_info.py @@ -28,7 +28,7 @@ Functionality: import sys -sys.path.insert(0, "/opt/trex-core-2.25/scripts/automation/"+\ +sys.path.insert(0, "/opt/trex-core-2.28/scripts/automation/"+\ "trex_control_plane/stl/") from trex_stl_lib.api import * |