aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/trex/trex_server_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/trex/trex_server_info.py')
-rwxr-xr-xresources/tools/trex/trex_server_info.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/tools/trex/trex_server_info.py b/resources/tools/trex/trex_server_info.py
index 9a98637c3b..ff1350d306 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.29/scripts/automation/"+\
+sys.path.insert(0, "/opt/trex-core-2.34/scripts/automation/"+\
"trex_control_plane/stl/")
from trex_stl_lib.api import *
@@ -72,5 +72,6 @@ def main():
get_server_system_info()
+
if __name__ == "__main__":
main()