diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-11-10 09:06:32 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-01-02 07:47:12 +0000 |
commit | ab94abd6fea7e4015c3fdc3130beb35b59582d58 (patch) | |
tree | a3cd8c99b04826a06061d1ec40c22ea9554f741c /resources/tools/trex/trex_server_info.py | |
parent | 7cb42e0a9f7785a7ffbc6076a1d5784b203cf9eb (diff) |
Upgrade to T-rex v2.34
Change-Id: I7e18ba8beaac507af376a859821ef7d571cbff80
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/trex/trex_server_info.py')
-rwxr-xr-x | resources/tools/trex/trex_server_info.py | 3 |
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() |