summaryrefslogtreecommitdiffstats
path: root/scripts/yaml/burst_1000_pkt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/yaml/burst_1000_pkt.yaml')
-rw-r--r--scripts/yaml/burst_1000_pkt.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/scripts/yaml/burst_1000_pkt.yaml b/scripts/yaml/burst_1000_pkt.yaml
new file mode 100644
index 00000000..f982fa4f
--- /dev/null
+++ b/scripts/yaml/burst_1000_pkt.yaml
@@ -0,0 +1,39 @@
+### 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: []
+ vm: []
+
+- 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: []
+ vm: []
+
+- name: stream2
+ stream:
+ self_start: False
+ packet:
+ binary: cap2/udp_64B.pcap
+ mode:
+ type: single_burst
+ pps: 100
+ total_pkts : 10000
+ rx_stats: []
+ vm: [] \ No newline at end of file