From dba7c1b07604f9406241b34ec0912dbf9e275b6b Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Tue, 24 Nov 2015 14:13:41 +0200 Subject: fix the pcap CRC- for statless pcap file should no include CRC --- scripts/stl/imix_3pkt.yaml | 56 +++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'scripts/stl/imix_3pkt.yaml') diff --git a/scripts/stl/imix_3pkt.yaml b/scripts/stl/imix_3pkt.yaml index d3923fb8..5405edb0 100755 --- a/scripts/stl/imix_3pkt.yaml +++ b/scripts/stl/imix_3pkt.yaml @@ -1,29 +1,29 @@ -### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- name: udp_64B - stream: - self_start: True - packet: - binary: cap2/udp_64B.pcap - mode: - type: continuous - pps: 100 - rx_stats: [] -- name: udp_594B - stream: - self_start: True - packet: - binary: cap2/udp_594B.pcap - mode: - type: continuous - pps: 100 - rx_stats: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: cap2/udp_1518B.pcap - mode: - type: continuous - pps: 100 +### Three-stream UDP packets, 64B, 594B and 1518B ### +##################################################### +- name: udp_64B + stream: + self_start: True + packet: + binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC + mode: + type: continuous + pps: 100 + rx_stats: [] +- name: udp_594B + stream: + self_start: True + packet: + binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC + mode: + type: continuous + pps: 100 + rx_stats: [] +- name: udp_1518B + stream: + self_start: True + packet: + binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC + mode: + type: continuous + pps: 100 rx_stats: [] \ No newline at end of file -- cgit 1.2.3-korg