summaryrefslogtreecommitdiffstats
path: root/scripts/stl
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-02-08 06:08:14 -0500
committerimarom <imarom@cisco.com>2016-02-08 06:08:14 -0500
commit995267db77f5554d5228697b8b2a862b51859fe6 (patch)
tree1a44007a59d8cabacab0690da515a68c3c25e7ac /scripts/stl
parent69e5a5c6b94175ece07b247af1b5ca6c0cfdf0e9 (diff)
first refactor
Diffstat (limited to 'scripts/stl')
-rw-r--r--scripts/stl/burst_1000_pkt.yaml39
-rw-r--r--scripts/stl/burst_1pkt.yaml39
-rw-r--r--scripts/stl/burst_1pkt_1burst.yaml14
-rw-r--r--scripts/stl/burst_1pkt_vm.yaml34
-rwxr-xr-xscripts/stl/imix_1pkt.yaml13
-rw-r--r--scripts/stl/imix_1pkt_2.yaml42
-rw-r--r--scripts/stl/imix_1pkt_tuple_gen.yaml63
-rw-r--r--scripts/stl/imix_1pkt_vm.yaml33
-rw-r--r--scripts/stl/imix_1pkt_vm2.yaml91
-rwxr-xr-xscripts/stl/imix_2pkt.yaml22
-rwxr-xr-xscripts/stl/imix_3pkt.yaml32
-rw-r--r--scripts/stl/imix_3pkt_vm.yaml94
-rw-r--r--scripts/stl/imix_scale_1000.yaml31001
-rw-r--r--scripts/stl/imix_scale_300.yaml3101
-rw-r--r--scripts/stl/ipv4_udp_9000.pcapbin9082 -> 0 bytes
-rw-r--r--scripts/stl/ipv4_udp_9k.pcapbin9270 -> 0 bytes
-rwxr-xr-xscripts/stl/ipv4_udp_9k_burst_10.pcapbin92484 -> 0 bytes
-rw-r--r--scripts/stl/profiles/imix.py10
-rw-r--r--scripts/stl/profiles/syn_attack.py13
-rw-r--r--scripts/stl/profiles/udp_1pkt.py11
-rw-r--r--scripts/stl/profiles/udp_1pkt_tuple_gen.py13
-rw-r--r--scripts/stl/profiles/udp_rand_len_9k.py11
-rw-r--r--scripts/stl/syn_attack_sample.yaml96
-rw-r--r--scripts/stl/syn_packet.pcapbin100 -> 0 bytes
-rw-r--r--scripts/stl/udp_1518B_no_crc.pcapbin1554 -> 0 bytes
-rw-r--r--scripts/stl/udp_594B_no_crc.pcapbin630 -> 0 bytes
-rw-r--r--scripts/stl/udp_64B_no_crc.pcapbin100 -> 0 bytes
-rw-r--r--scripts/stl/udp_rand_size.yaml42
-rw-r--r--scripts/stl/udp_rand_size_9k.yaml42
29 files changed, 5 insertions, 34851 deletions
diff --git a/scripts/stl/burst_1000_pkt.yaml b/scripts/stl/burst_1000_pkt.yaml
deleted file mode 100644
index f982fa4f..00000000
--- a/scripts/stl/burst_1000_pkt.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 : 10000
- rx_stats: []
- vm: []
-
-- name: stream1
- stream:
- self_start: False
- next_stream_id: stream2
- packet:
- binary: cap2/udp_64B.pcap
- mode:
- type: single_burst
- pps: 100
- total_pkts : 10000
- rx_stats: []
- vm: []
-
-- name: stream2
- stream:
- self_start: False
- packet:
- binary: cap2/udp_64B.pcap
- mode:
- type: single_burst
- pps: 100
- total_pkts : 10000
- rx_stats: []
- vm: [] \ No newline at end of file
diff --git a/scripts/stl/burst_1pkt.yaml b/scripts/stl/burst_1pkt.yaml
deleted file mode 100644
index 48a62e68..00000000
--- a/scripts/stl/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/burst_1pkt_1burst.yaml b/scripts/stl/burst_1pkt_1burst.yaml
deleted file mode 100644
index defa776f..00000000
--- a/scripts/stl/burst_1pkt_1burst.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-### Single stream UDP packet, 64B ###
-#####################################
-- name: stream0
- stream:
- self_start: True
- packet:
- binary: cap2/udp_64B.pcap
- mode:
- type: single_burst
- pps: 100
- total_pkts : 100
- rx_stats: []
- vm: []
-
diff --git a/scripts/stl/burst_1pkt_vm.yaml b/scripts/stl/burst_1pkt_vm.yaml
deleted file mode 100644
index e202b42d..00000000
--- a/scripts/stl/burst_1pkt_vm.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-### Single stream UDP packet, 64B ###
-#####################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: single_burst
- total_pkts: 100
- pps: 100
- rx_stats: []
-
- vm:
- instructions: [
- {
- "init_value" : 100,
- "max_value" : 5000,
- "min_value" : 100,
- "name" : "l3_src",
- "op" : "inc",
- "size" : 2,
- "type" : "flow_var"
- },
- {
- "add_value" : 1,
- "is_big_endian" : true,
- "name" : "l3_src",
- "pkt_offset" : 34,
- "type" : "write_flow_var"
- }
- ]
- split_by_var: "l3_src"
-
diff --git a/scripts/stl/imix_1pkt.yaml b/scripts/stl/imix_1pkt.yaml
deleted file mode 100755
index f2476024..00000000
--- a/scripts/stl/imix_1pkt.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-### Single stream UDP packet, 64B ###
-#####################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-
diff --git a/scripts/stl/imix_1pkt_2.yaml b/scripts/stl/imix_1pkt_2.yaml
deleted file mode 100644
index bffc72eb..00000000
--- a/scripts/stl/imix_1pkt_2.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-### Single stream UDP packet, 64B ###
-#####################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_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/imix_1pkt_tuple_gen.yaml b/scripts/stl/imix_1pkt_tuple_gen.yaml
deleted file mode 100644
index 78156e5c..00000000
--- a/scripts/stl/imix_1pkt_tuple_gen.yaml
+++ /dev/null
@@ -1,63 +0,0 @@
-### Single stream UDP packet, 64B ###
-#####################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
-
- # program that define 1M flows with IP range 16.0.0.1-16.0.0.254
- # we will create a script that do that for you
- # this is the low level instructions
- vm: [
- {
- "type" : "tuple_flow_var", # name of the command
-
- "name" : "tuple_gen", # tuple_gen.ip tuple_gen.port can be used
-
- "ip_min" : 0x10000001, # min ip 16.0.0.1
- "ip_max" : 0x100000fe, # max ip 16.0.0.254
-
- "port_min" : 1025, # min port 1025
- "port_max" : 65500, # max port 65500
-
- "limit_flows" : 1000000, # number of flows
- "flags" : 0, # 1 - for unlimited
- },
-
- {
- "type" : "write_flow_var", # command name
-
- "name" : "tuple_gen.ip", # varible to write
-
- "add_value" : 0, # no need to add value
-
- "is_big_endian" : true, # write as big edian
-
- "pkt_offset" : 26, # write tuple_gen.ip into ipv4.src_ip
- },
-
- {
- "type" : "fix_checksum_ipv4", # fix ipv4 header checksum
-
- "pkt_offset" : 14, # offset of ipv4 header
-
- },
-
- {
- "type" : "write_flow_var", # command name
-
- "name" : "tuple_gen.port", # varible to write
-
- "add_value" : 0, # no need to add value
-
- "is_big_endian" : true, # write as big edian
-
- "pkt_offset" : 34, # write tuple_gen.port into udp.src_port
- }
-
- ]
diff --git a/scripts/stl/imix_1pkt_vm.yaml b/scripts/stl/imix_1pkt_vm.yaml
deleted file mode 100644
index 21075fa2..00000000
--- a/scripts/stl/imix_1pkt_vm.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
-### Single stream UDP packet, 64B ###
-#####################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
-
- vm:
- instructions: [
- {
- "init_value" : 500,
- "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" : 30,
- "type" : "write_flow_var"
- }
- ]
- split_by_var: "l3_src"
-
diff --git a/scripts/stl/imix_1pkt_vm2.yaml b/scripts/stl/imix_1pkt_vm2.yaml
deleted file mode 100644
index e0a6b771..00000000
--- a/scripts/stl/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/imix_2pkt.yaml b/scripts/stl/imix_2pkt.yaml
deleted file mode 100755
index 45f2303d..00000000
--- a/scripts/stl/imix_2pkt.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-### Two-stream UDP packets, 64B and 594B ###
-############################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_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/imix_3pkt.yaml b/scripts/stl/imix_3pkt.yaml
deleted file mode 100755
index bc28549d..00000000
--- a/scripts/stl/imix_3pkt.yaml
+++ /dev/null
@@ -1,32 +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: 28
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 20
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 4
- rx_stats: []
- vm: [] \ No newline at end of file
diff --git a/scripts/stl/imix_3pkt_vm.yaml b/scripts/stl/imix_3pkt_vm.yaml
deleted file mode 100644
index d812634c..00000000
--- a/scripts/stl/imix_3pkt_vm.yaml
+++ /dev/null
@@ -1,94 +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: single_burst
- total_pkts: 100
- pps: 100
- rx_stats: []
-
- vm:
- instructions: [
- {
- "init_value" : 100,
- "max_value" : 5000,
- "min_value" : 100,
- "name" : "l3_src",
- "op" : "inc",
- "size" : 2,
- "type" : "flow_var"
- },
- {
- "add_value" : 1,
- "is_big_endian" : true,
- "name" : "l3_src",
- "pkt_offset" : 34,
- "type" : "write_flow_var"
- }
- ]
- split_by_var: "l3_src"
-
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 20
- rx_stats: []
- vm:
- instructions: [
- {
- "init_value" : 100,
- "max_value" : 5000,
- "min_value" : 100,
- "name" : "l3_src",
- "op" : "inc",
- "size" : 2,
- "type" : "flow_var"
- },
- {
- "add_value" : 1,
- "is_big_endian" : true,
- "name" : "l3_src",
- "pkt_offset" : 34,
- "type" : "write_flow_var"
- }
- ]
- split_by_var: "l3_src"
-
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: single_burst
- total_pkts: 100
- pps: 4
- rx_stats: []
- vm:
- instructions: [
- {
- "init_value" : 100,
- "max_value" : 5000,
- "min_value" : 100,
- "name" : "l3_src",
- "op" : "inc",
- "size" : 2,
- "type" : "flow_var"
- },
- {
- "add_value" : 1,
- "is_big_endian" : true,
- "name" : "l3_src",
- "pkt_offset" : 34,
- "type" : "write_flow_var"
- }
- ]
- split_by_var: "l3_src" \ No newline at end of file
diff --git a/scripts/stl/imix_scale_1000.yaml b/scripts/stl/imix_scale_1000.yaml
deleted file mode 100644
index bba3df5d..00000000
--- a/scripts/stl/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/imix_scale_300.yaml b/scripts/stl/imix_scale_300.yaml
deleted file mode 100644
index 8b04979c..00000000
--- a/scripts/stl/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/ipv4_udp_9000.pcap b/scripts/stl/ipv4_udp_9000.pcap
deleted file mode 100644
index 86385997..00000000
--- a/scripts/stl/ipv4_udp_9000.pcap
+++ /dev/null
Binary files differ
diff --git a/scripts/stl/ipv4_udp_9k.pcap b/scripts/stl/ipv4_udp_9k.pcap
deleted file mode 100644
index c5466f78..00000000
--- a/scripts/stl/ipv4_udp_9k.pcap
+++ /dev/null
Binary files differ
diff --git a/scripts/stl/ipv4_udp_9k_burst_10.pcap b/scripts/stl/ipv4_udp_9k_burst_10.pcap
deleted file mode 100755
index bb71ca79..00000000
--- a/scripts/stl/ipv4_udp_9k_burst_10.pcap
+++ /dev/null
Binary files differ
diff --git a/scripts/stl/profiles/imix.py b/scripts/stl/profiles/imix.py
index c453222d..ddcd1904 100644
--- a/scripts/stl/profiles/imix.py
+++ b/scripts/stl/profiles/imix.py
@@ -1,13 +1,5 @@
-import sys
-import os
-# we need the API path
-CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))
-API_PATH = os.path.join(CURRENT_PATH, "../../api/stl")
-sys.path.insert(0, API_PATH)
-
-from trex_stl_api import *
-from scapy.all import *
+from trex_control_plane.stl.api import *
# IMIX profile - involves 3 streams of UDP packets
# 1 - 60 bytes
diff --git a/scripts/stl/profiles/syn_attack.py b/scripts/stl/profiles/syn_attack.py
index 0df7a740..e3ed3d0e 100644
--- a/scripts/stl/profiles/syn_attack.py
+++ b/scripts/stl/profiles/syn_attack.py
@@ -1,15 +1,4 @@
-import sys
-import os
-
-# Should be removed
-# TBD fix this
-CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))
-API_PATH = os.path.join(CURRENT_PATH, "../../api/stl")
-sys.path.insert(0, API_PATH)
-
-from scapy.all import *
-from trex_stl_api import *
-
+from trex_control_plane.stl.api import *
class STLS1(object):
""" attack 48.0.0.1 at port 80
diff --git a/scripts/stl/profiles/udp_1pkt.py b/scripts/stl/profiles/udp_1pkt.py
index d195b22c..6b49e592 100644
--- a/scripts/stl/profiles/udp_1pkt.py
+++ b/scripts/stl/profiles/udp_1pkt.py
@@ -1,14 +1,5 @@
-import sys
-import os
-# Should be removed
-# TBD fix this
-CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))
-API_PATH = os.path.join(CURRENT_PATH, "../../api/stl")
-sys.path.insert(0, API_PATH)
-
-from scapy.all import *
-from trex_stl_api import *
+from trex_control_plane.stl.api import *
class STLS1(object):
diff --git a/scripts/stl/profiles/udp_1pkt_tuple_gen.py b/scripts/stl/profiles/udp_1pkt_tuple_gen.py
index f556cc31..3fb15597 100644
--- a/scripts/stl/profiles/udp_1pkt_tuple_gen.py
+++ b/scripts/stl/profiles/udp_1pkt_tuple_gen.py
@@ -1,16 +1,5 @@
-import sys
-import os
-#./stl-sim -f stl/profiles/udp_1pkt_tuple_gen.py -l 10 -o a.pcap
-
-# Should be removed
-# TBD fix this
-CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))
-API_PATH = os.path.join(CURRENT_PATH, "../../api/stl")
-sys.path.insert(0, API_PATH)
-
-from scapy.all import *
-from trex_stl_api import *
+from trex_control_plane.stl.api import *
class STLS1(object):
diff --git a/scripts/stl/profiles/udp_rand_len_9k.py b/scripts/stl/profiles/udp_rand_len_9k.py
index 56d84535..b975c954 100644
--- a/scripts/stl/profiles/udp_rand_len_9k.py
+++ b/scripts/stl/profiles/udp_rand_len_9k.py
@@ -1,14 +1,5 @@
-import sys
-import os
-# Should be removed
-# TBD fix this
-CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))
-API_PATH = os.path.join(CURRENT_PATH, "../../api/stl")
-sys.path.insert(0, API_PATH)
-
-from scapy.all import *
-from trex_stl_api import *
+from trex_control_plane.stl.api import *
class STLS1(object):
diff --git a/scripts/stl/syn_attack_sample.yaml b/scripts/stl/syn_attack_sample.yaml
deleted file mode 100644
index c5734e43..00000000
--- a/scripts/stl/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/syn_packet.pcap b/scripts/stl/syn_packet.pcap
deleted file mode 100644
index 93325547..00000000
--- a/scripts/stl/syn_packet.pcap
+++ /dev/null
Binary files differ
diff --git a/scripts/stl/udp_1518B_no_crc.pcap b/scripts/stl/udp_1518B_no_crc.pcap
deleted file mode 100644
index 145a44ad..00000000
--- a/scripts/stl/udp_1518B_no_crc.pcap
+++ /dev/null
Binary files differ
diff --git a/scripts/stl/udp_594B_no_crc.pcap b/scripts/stl/udp_594B_no_crc.pcap
deleted file mode 100644
index 5cde2f7c..00000000
--- a/scripts/stl/udp_594B_no_crc.pcap
+++ /dev/null
Binary files differ
diff --git a/scripts/stl/udp_64B_no_crc.pcap b/scripts/stl/udp_64B_no_crc.pcap
deleted file mode 100644
index ab3f985b..00000000
--- a/scripts/stl/udp_64B_no_crc.pcap
+++ /dev/null
Binary files differ
diff --git a/scripts/stl/udp_rand_size.yaml b/scripts/stl/udp_rand_size.yaml
deleted file mode 100644
index 2bbad4a0..00000000
--- a/scripts/stl/udp_rand_size.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-### UDP 1500 random pkt size ###
-#####################################
-- name: "random"
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap
- mode:
- type: continuous
- pps: 100
- rx_stats: []
-
- # 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/udp_rand_size_9k.yaml b/scripts/stl/udp_rand_size_9k.yaml
deleted file mode 100644
index ecdd7ae0..00000000
--- a/scripts/stl/udp_rand_size_9k.yaml
+++ /dev/null
@@ -1,42 +0,0 @@
-### UDP 9K+14(MAC) random pkt size ###
-#####################################
-- name: "random"
- stream:
- self_start: True
- packet:
- binary: stl/ipv4_udp_9k.pcap # should not include CRC 9K ip+14 = 9230 +FCS(by NIC)=9234
- mode:
- type: continuous
- pps: 100
- rx_stats: []
-
- # 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
-
-