diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-03-24 20:34:10 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-03-24 20:34:10 +0200 |
commit | 884f2561b053387489b70869d0824f1f14faa0e5 (patch) | |
tree | 866ee862979341985c50f52336dbdff1c6710897 | |
parent | 59f00264f39dfb95a62401776b4ed8c433682fa7 (diff) |
remove debug write from profile
-rwxr-xr-x | scripts/stl/hlt/hlt_mac_ranges.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/stl/hlt/hlt_mac_ranges.py b/scripts/stl/hlt/hlt_mac_ranges.py index 2ede1c48..65f9291e 100755 --- a/scripts/stl/hlt/hlt_mac_ranges.py +++ b/scripts/stl/hlt/hlt_mac_ranges.py @@ -15,7 +15,6 @@ class STLS1(object): mac_src2_step = 2, mac_src2_mode = 'decrement', mac_src2_count = 19, mac_dst2_step = 2, mac_dst2_mode = 'increment', mac_dst2_count = 19, direction = direction, - save_to_yaml = '/tmp/foo.yaml', ) # dynamic load - used for trex console or simulator |