diff options
Diffstat (limited to 'resources/tools/trex/trex_stateless_stop.py')
-rwxr-xr-x | resources/tools/trex/trex_stateless_stop.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/tools/trex/trex_stateless_stop.py b/resources/tools/trex/trex_stateless_stop.py index 0a2aabfba2..67dd2d277e 100755 --- a/resources/tools/trex/trex_stateless_stop.py +++ b/resources/tools/trex/trex_stateless_stop.py @@ -29,7 +29,7 @@ Functionality: import sys import json -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 * @@ -87,5 +87,6 @@ def main(): stop_all_traffic_streams() + if __name__ == "__main__": main() |