X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftrex%2Ftrex_server_info.py;h=e9de6f9413f977dfae057345f898e2ae2e051768;hb=1ef49b2e3ab7a08cbe17ae89f3e3e48fd14aee27;hp=188b7aeb16d3e07ee14e9d20b51c4a7e15a08809;hpb=4efd01a4e2c5995d53d86f4da7c7e64a603f719b;p=csit.git diff --git a/resources/tools/trex/trex_server_info.py b/resources/tools/trex/trex_server_info.py index 188b7aeb16..e9de6f9413 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.28/scripts/automation/"+\ +sys.path.insert(0, "/opt/trex-core-2.35/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()