diff options
author | 2016-02-10 17:07:13 +0200 | |
---|---|---|
committer | 2016-02-10 17:07:13 +0200 | |
commit | 15783cbf852a4733fff97cad00421d45de549d37 (patch) | |
tree | 4565d7048abba2380c71a66bb8b26d7348fe18f0 /scripts/stl | |
parent | e0a5d099dc1a52ba4faf4966fc3636802e3c457f (diff) |
add yaml tests
Diffstat (limited to 'scripts/stl')
-rw-r--r-- | scripts/stl/yaml/burst_1pkt.yaml | 39 | ||||
-rw-r--r-- | scripts/stl/yaml/imix_1pkt_2.yaml | 8 | ||||
-rw-r--r-- | scripts/stl/yaml/imix_1pkt_vm.yaml | 2 | ||||
-rw-r--r-- | scripts/stl/yaml/imix_1pkt_vm2.yaml | 91 | ||||
-rw-r--r-- | scripts/stl/yaml/imix_scale_1000.yaml | 31001 | ||||
-rw-r--r-- | scripts/stl/yaml/imix_scale_300.yaml | 3101 | ||||
-rw-r--r-- | scripts/stl/yaml/syn_attack_sample.yaml | 96 | ||||
-rw-r--r-- | scripts/stl/yaml/udp_rand_size.yaml | 41 | ||||
-rw-r--r-- | scripts/stl/yaml/udp_rand_size_9k.yaml | 41 |
9 files changed, 5 insertions, 34415 deletions
diff --git a/scripts/stl/yaml/burst_1pkt.yaml b/scripts/stl/yaml/burst_1pkt.yaml deleted file mode 100644 index 48a62e68..00000000 --- a/scripts/stl/yaml/burst_1pkt.yaml +++ /dev/null @@ -1,39 +0,0 @@ -### 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 : 100 - 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 : 200 - rx_stats: [] - vm: [] - -- name: stream2 - stream: - self_start: False - packet: - binary: cap2/udp_64B.pcap - mode: - type: single_burst - pps: 100 - total_pkts : 300 - rx_stats: [] - vm: []
\ No newline at end of file diff --git a/scripts/stl/yaml/imix_1pkt_2.yaml b/scripts/stl/yaml/imix_1pkt_2.yaml index bffc72eb..07fd481d 100644 --- a/scripts/stl/yaml/imix_1pkt_2.yaml +++ b/scripts/stl/yaml/imix_1pkt_2.yaml @@ -4,7 +4,7 @@ stream: self_start: True packet: - binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC + pcap: udp_64B_no_crc.pcap # pcap should not include CRC mode: type: continuous pps: 100 @@ -14,7 +14,7 @@ stream: self_start: True packet: - binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC + pcap: udp_64B_no_crc.pcap # pcap should not include CRC mode: type: continuous pps: 100 @@ -24,7 +24,7 @@ stream: self_start: True packet: - binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC + pcap: udp_64B_no_crc.pcap # pcap should not include CRC mode: type: continuous pps: 100 @@ -34,7 +34,7 @@ stream: self_start: True packet: - binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC + pcap: udp_64B_no_crc.pcap # pcap should not include CRC mode: type: continuous pps: 100 diff --git a/scripts/stl/yaml/imix_1pkt_vm.yaml b/scripts/stl/yaml/imix_1pkt_vm.yaml index 21075fa2..99f10aca 100644 --- a/scripts/stl/yaml/imix_1pkt_vm.yaml +++ b/scripts/stl/yaml/imix_1pkt_vm.yaml @@ -4,7 +4,7 @@ stream: self_start: True packet: - binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC + pcap: stl/udp_64B_no_crc.pcap # pcap should not include CRC mode: type: continuous pps: 100 diff --git a/scripts/stl/yaml/imix_1pkt_vm2.yaml b/scripts/stl/yaml/imix_1pkt_vm2.yaml deleted file mode 100644 index e0a6b771..00000000 --- a/scripts/stl/yaml/imix_1pkt_vm2.yaml +++ /dev/null @@ -1,91 +0,0 @@ -### Single stream UDP packet, 64B ### -##################################### -- name: udp_64B - 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: [ - { - "init_value" : 0, - "max_value" : 1000, - "min_value" : 500, - "name" : "l3_src", - "op" : "inc", - "size" : 4, - "type" : "flow_var" - }, - { - "add_value" : 1, - "is_big_endian" : false, - "name" : "l3_src", - "pkt_offset" : 34, - "type" : "write_flow_var" - } - - ] - -- name: udp_64B - 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: [ - { - "init_value" : 0, - "max_value" : 1000, - "min_value" : 500, - "name" : "l3_src", - "op" : "inc", - "size" : 4, - "type" : "flow_var" - }, - { - "add_value" : 1, - "is_big_endian" : false, - "name" : "l3_src", - "pkt_offset" : 34, - "type" : "write_flow_var" - } - - ] - -- name: udp_64B - 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: [ - { - "init_value" : 0, - "max_value" : 1000, - "min_value" : 500, - "name" : "l3_src", - "op" : "inc", - "size" : 4, - "type" : "flow_var" - }, - { - "add_value" : 1, - "is_big_endian" : false, - "name" : "l3_src", - "pkt_offset" : 34, - "type" : "write_flow_var" - } - - ] diff --git a/scripts/stl/yaml/imix_scale_1000.yaml b/scripts/stl/yaml/imix_scale_1000.yaml deleted file mode 100644 index bba3df5d..00000000 --- a/scripts/stl/yaml/imix_scale_1000.yaml +++ /dev/null @@ -1,31001 +0,0 @@ -### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []
\ No newline at end of file diff --git a/scripts/stl/yaml/imix_scale_300.yaml b/scripts/stl/yaml/imix_scale_300.yaml deleted file mode 100644 index 8b04979c..00000000 --- a/scripts/stl/yaml/imix_scale_300.yaml +++ /dev/null @@ -1,3101 +0,0 @@ -### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []### Three-stream UDP packets, 64B, 594B and 1518B ### -##################################################### -- 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: [] -- name: udp_1518B - stream: - self_start: True - packet: - binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - vm: []
\ No newline at end of file diff --git a/scripts/stl/yaml/syn_attack_sample.yaml b/scripts/stl/yaml/syn_attack_sample.yaml deleted file mode 100644 index c5734e43..00000000 --- a/scripts/stl/yaml/syn_attack_sample.yaml +++ /dev/null @@ -1,96 +0,0 @@ -### Single stream UDP packet, 64B ### -##################################### -- name: udp_64B - stream: - self_start: True - packet: - binary: stl/syn_packet.pcap # pcap should not include CRC - mode: - type: continuous - pps: 100 - rx_stats: [] - - # program generate 4 random numbers and write them to ip.src/ip.dst/tcp.src_port/tcp.dest_port - vm: - instructions: [ - #define 4 bytes random ip_src - { "type" : "flow_var", # name of the command - "name" : "ip_src", - "op" : "random", - - "init_value" : 0, - "min_value" : 1, - "max_value" : 1000000, # max ip 16.0.0.254 - "size" : 4 - }, - - - { "type" : "flow_var", - "name" : "ip_dst", - "op" : "random", - - "init_value" : 0, - "min_value" : 1, - "max_value" : 1000000, - "size" : 4 - }, - - { "type" : "flow_var", # name of the command - "name" : "port_src", - "op" : "random", - - "init_value" : 0, - "min_value" : 1025, - "max_value" : 65000, - "size" : 2 #size in bytes - }, - - { "type" : "flow_var", # name of the command - "name" : "port_dst", - "op" : "random", - - "init_value" : 0, - "min_value" : 1025, - "max_value" : 65000, - "size" : 2 #size in bytes - }, - - - { - "type" : "write_flow_var", # command name - "name" : "ip_src", # varible to write - "add_value" : 0x10000000, # 16.0.0.0 is src base - "is_big_endian" : true, # write as big edian - "pkt_offset" : 26, # write tuple_gen.port into udp.src_port - }, - - { - "type" : "write_flow_var", # command name - "name" : "ip_dst", # varible to write - "add_value" : 0x40000000, # 16.0.0.0 is src base - "is_big_endian" : true, # write as big edian - "pkt_offset" : 30, # write tuple_gen.port into udp.src_port - }, - - { - "type" : "fix_checksum_ipv4", # fix ipv4 header checksum - "pkt_offset" : 14, # offset of ipv4 header - - }, - - { - "type" : "write_flow_var", # command name - "name" : "port_src", # varible to write - "add_value" : 0, # 16.0.0.0 is src base - "is_big_endian" : true, # write as big edian - "pkt_offset" : 34, # write tuple_gen.port into udp.src_port - }, - - { - "type" : "write_flow_var", # command name - "name" : "port_dst", # varible to write - "add_value" : 0, - "is_big_endian" : true, # write as big edian - "pkt_offset" : 36, # write tuple_gen.port into udp.src_port - } - ] diff --git a/scripts/stl/yaml/udp_rand_size.yaml b/scripts/stl/yaml/udp_rand_size.yaml deleted file mode 100644 index ab1d21b9..00000000 --- a/scripts/stl/yaml/udp_rand_size.yaml +++ /dev/null @@ -1,41 +0,0 @@ -### UDP 1500 random pkt size ### -##################################### -- name: "random" - stream: - self_start: True - packet: - pcap: udp_1518B_no_crc.pcap - mode: - type: continuous - pps: 100 - - # random packet size 60-1500 update ip.len/checksum/udp.len - vm: - instructions: - - type : "flow_var" # define random varible 60-1500 - name : "var_rand_pkt_size" - op : "random" - init_value : 0 - min_value : 60 - max_value : 1500 # range must be smaller than pkt size - size : 2 - - - type : "trim_pkt_size" # trim packet size - name : "var_rand_pkt_size" - - - type : "write_flow_var" # update ip.len - name : "var_rand_pkt_size" - add_value : -14 - is_big_endian: true - pkt_offset : 16 - - - type : "fix_checksum_ipv4" # update ip.checksum - pkt_offset : 14 - - - type : "write_flow_var" # update udp.len - name : "var_rand_pkt_size" - add_value : -34 - is_big_endian : true - pkt_offset : 38 - - diff --git a/scripts/stl/yaml/udp_rand_size_9k.yaml b/scripts/stl/yaml/udp_rand_size_9k.yaml deleted file mode 100644 index 0d7d1ec7..00000000 --- a/scripts/stl/yaml/udp_rand_size_9k.yaml +++ /dev/null @@ -1,41 +0,0 @@ -### UDP 9K+14(MAC) random pkt size ### -##################################### -- name: "random" - stream: - self_start: True - packet: - pcap: ipv4_udp_9k.pcap # should not include CRC 9K ip+14 = 9230 +FCS(by NIC)=9234 - mode: - type: continuous - pps: 100 - - # random packet size 60-max packet size update ip.len/checksum/udp.len - vm: - instructions: - - type : "flow_var" # define random varible 60-9230 - name : "var_rand_pkt_size" - op : "random" - init_value : 0 - min_value : 60 - max_value : 9230 # range must be smaller than pkt size - size : 2 - - - type : "trim_pkt_size" # trim packet size - name : "var_rand_pkt_size" - - - type : "write_flow_var" # update ip.len - name : "var_rand_pkt_size" - add_value : -14 - is_big_endian: true - pkt_offset : 16 - - - type : "fix_checksum_ipv4" # update ip.checksum - pkt_offset : 14 - - - type : "write_flow_var" # update udp.len - name : "var_rand_pkt_size" - add_value : -34 - is_big_endian : true - pkt_offset : 38 - - |