summaryrefslogtreecommitdiffstats
path: root/scripts/yaml/imix_2pkt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/yaml/imix_2pkt.yaml')
-rw-r--r--scripts/yaml/imix_2pkt.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/scripts/yaml/imix_2pkt.yaml b/scripts/yaml/imix_2pkt.yaml
new file mode 100644
index 00000000..45f2303d
--- /dev/null
+++ b/scripts/yaml/imix_2pkt.yaml
@@ -0,0 +1,22 @@
+### 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: []
+ vm: []
+- 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: []
+ vm: [] \ No newline at end of file