X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftrex%2Ftrex_server_info.py;h=ff1350d3066c32b8da9e389abde6fc0ea8bc2682;hp=9a98637c3b75af0557c07415b0bfb97fcd23dba3;hb=ab94abd6fea7e4015c3fdc3130beb35b59582d58;hpb=7cb42e0a9f7785a7ffbc6076a1d5784b203cf9eb 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()