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