diff options
author | 2015-11-24 11:54:58 +0200 | |
---|---|---|
committer | 2015-11-24 11:54:58 +0200 | |
commit | ac6f8e7c7c4e957a31c19c1fe4a0997009c6e733 (patch) | |
tree | 721101231fb692fed6028b21628cb861f3c64019 /scripts/stl | |
parent | 161a85c57c3d2a165e4fa94140d67db05714a7d3 (diff) | |
parent | 1e1c11059b7f7fcb5c160dffe2df832a8adf719d (diff) |
Merge branch 'master' of csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
Diffstat (limited to 'scripts/stl')
-rw-r--r-- | scripts/stl/burst_1000_pkt.yaml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/scripts/stl/burst_1000_pkt.yaml b/scripts/stl/burst_1000_pkt.yaml new file mode 100644 index 00000000..a2c3a908 --- /dev/null +++ b/scripts/stl/burst_1000_pkt.yaml @@ -0,0 +1,36 @@ +### Single stream UDP packet, 64B ### +##################################### +- name: stream0 + stream: + self_start: True + next_stream_id: stream1 + packet: + binary: cap2/udp_64B.pcap + mode: + type: single_burst + pps: 100 + total_pkts : 10000 + rx_stats: [] + +- name: stream1 + stream: + self_start: False + next_stream_id: stream2 + packet: + binary: cap2/udp_64B.pcap + mode: + type: single_burst + pps: 100 + total_pkts : 10000 + rx_stats: [] + +- name: stream2 + stream: + self_start: False + packet: + binary: cap2/udp_64B.pcap + mode: + type: single_burst + pps: 100 + total_pkts : 10000 + rx_stats: []
\ No newline at end of file |