diff options
author | 2016-06-05 16:38:22 +0300 | |
---|---|---|
committer | 2016-06-05 16:38:22 +0300 | |
commit | b646f5c0d88d90322291a5a0a021d77a4824187a (patch) | |
tree | 9be9b78b73b2a69423f6f7ed2afce32d343d1ef4 /scripts/automation/trex_control_plane/stl/examples | |
parent | 0400a9503137f9179eb92f15d4e3b985ffad562e (diff) |
remove STLSim from pcap example, remove search of BP-sim path
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/examples')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/examples/stl_pcap.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/automation/trex_control_plane/stl/examples/stl_pcap.py b/scripts/automation/trex_control_plane/stl/examples/stl_pcap.py index eae0f18b..98af6134 100644 --- a/scripts/automation/trex_control_plane/stl/examples/stl_pcap.py +++ b/scripts/automation/trex_control_plane/stl/examples/stl_pcap.py @@ -39,14 +39,12 @@ def inject_pcap (pcap_file, server, port, loop_count, ipg_usec, use_vm, remove_f c.reset(ports = [port]) c.clear_stats() - d = c.push_pcap(pcap_file, + c.push_pcap(pcap_file, ipg_usec = ipg_usec, count = loop_count, vm = vm, packet_hook = packet_hook) - STLSim().run(d, outfile = 'test.cap') - c.wait_on_traffic() |