summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-11-23 14:10:45 +0200
committerHanoh Haim <hhaim@cisco.com>2015-11-23 14:10:45 +0200
commitf3861d504353729724086dec82c79e818224554f (patch)
tree1b27e542fe9f3ae4abdc8245b804cda25a6e2c2f /scripts
parent54c1f0fc29b3d4580f7a13cffbe625fe88e37b16 (diff)
add stl/burst file
Diffstat (limited to 'scripts')
-rw-r--r--scripts/stl/burst_1000_pkt.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/scripts/stl/burst_1000_pkt.yaml b/scripts/stl/burst_1000_pkt.yaml
new file mode 100644
index 00000000..a2c3a908
--- /dev/null
+++ b/scripts/stl/burst_1000_pkt.yaml
@@ -0,0 +1,36 @@
+### 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: []
+
+- 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: []
+
+- name: stream2
+ stream:
+ self_start: False
+ packet:
+ binary: cap2/udp_64B.pcap
+ mode:
+ type: single_burst
+ pps: 100
+ total_pkts : 10000
+ rx_stats: [] \ No newline at end of file