summaryrefslogtreecommitdiffstats
path: root/scripts/stl/imix_2pkt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/imix_2pkt.yaml')
-rwxr-xr-xscripts/stl/imix_2pkt.yaml38
1 files changed, 19 insertions, 19 deletions
diff --git a/scripts/stl/imix_2pkt.yaml b/scripts/stl/imix_2pkt.yaml
index 17a7bdc1..bd9089f5 100755
--- a/scripts/stl/imix_2pkt.yaml
+++ b/scripts/stl/imix_2pkt.yaml
@@ -1,20 +1,20 @@
-### Two-stream UDP packets, 64B and 594B ###
-############################################
-- 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
+### Two-stream UDP packets, 64B and 594B ###
+############################################
+- 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: [] \ No newline at end of file