summaryrefslogtreecommitdiffstats
path: root/scripts/stl/yaml/burst_1000_pkt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/yaml/burst_1000_pkt.yaml')
-rw-r--r--scripts/stl/yaml/burst_1000_pkt.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/scripts/stl/yaml/burst_1000_pkt.yaml b/scripts/stl/yaml/burst_1000_pkt.yaml
new file mode 100644
index 00000000..99a121e2
--- /dev/null
+++ b/scripts/stl/yaml/burst_1000_pkt.yaml
@@ -0,0 +1,33 @@
+### Single stream UDP packet, 64B ###
+#####################################
+- name: stream0
+ next: stream1
+ stream:
+ self_start: True
+ packet:
+ pcap: udp_64B_no_crc.pcap
+ mode:
+ type: single_burst
+ pps: 100
+ total_pkts : 10000
+
+- name: stream1
+ next: stream2
+ stream:
+ self_start: False
+ packet:
+ pcap: udp_64B_no_crc.pcap
+ mode:
+ type: single_burst
+ pps: 100
+ total_pkts : 10000
+
+- name: stream2
+ stream:
+ self_start: False
+ packet:
+ pcap: udp_64B_no_crc.pcap
+ mode:
+ type: single_burst
+ pps: 100
+ total_pkts : 10000