summaryrefslogtreecommitdiffstats
path: root/scripts/stl
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-12-08 13:26:57 +0200
committerHanoh Haim <hhaim@cisco.com>2015-12-08 13:26:57 +0200
commite1afe000c56b2fbfa95f64b4fca932d5b877ac08 (patch)
treea262a5167c605c0dae3e957cc5b5a3c62ae9aeb0 /scripts/stl
parent01af153cf391d963a64cdd9b0d29226aca8b63b4 (diff)
add traffic profiles
Diffstat (limited to 'scripts/stl')
-rw-r--r--scripts/stl/imix_1pkt_2.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/scripts/stl/imix_1pkt_2.yaml b/scripts/stl/imix_1pkt_2.yaml
new file mode 100644
index 00000000..163631dc
--- /dev/null
+++ b/scripts/stl/imix_1pkt_2.yaml
@@ -0,0 +1,38 @@
+### Single stream UDP packet, 64B ###
+#####################################
+- 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_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_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_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: [] \ No newline at end of file