diff options
Diffstat (limited to 'resources/tools/t-rex/t-rex-server-info.py')
-rwxr-xr-x | resources/tools/t-rex/t-rex-server-info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/t-rex/t-rex-server-info.py b/resources/tools/t-rex/t-rex-server-info.py index 891e4312db..0ec447b726 100755 --- a/resources/tools/t-rex/t-rex-server-info.py +++ b/resources/tools/t-rex/t-rex-server-info.py @@ -28,7 +28,7 @@ Functionality: import sys -sys.path.insert(0, "/opt/trex-core-2.17/scripts/automation/"+\ +sys.path.insert(0, "/opt/trex-core-2.22/scripts/automation/"+\ "trex_control_plane/stl/") from trex_stl_lib.api import * |