summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py24
-rw-r--r--scripts/exp/burst_1000_pkt.pcapbin0 -> 7624 bytes
-rw-r--r--scripts/exp/burst_1pkt.pcapbin0 -> 7624 bytes
-rw-r--r--scripts/exp/burst_1pkt_1burst.pcapbin0 -> 7624 bytes
-rw-r--r--scripts/exp/burst_1pkt_vm.pcapbin0 -> 7624 bytes
-rw-r--r--scripts/exp/imix_1pkt.pcapbin0 -> 7624 bytes
-rw-r--r--scripts/exp/imix_1pkt_2.pcapbin0 -> 7624 bytes
-rw-r--r--scripts/exp/imix_1pkt_tuple_gen.pcapbin0 -> 7624 bytes
-rw-r--r--scripts/exp/imix_1pkt_vm.pcapbin0 -> 7624 bytes
-rw-r--r--scripts/stl/yaml/burst_1pkt.yaml39
-rw-r--r--scripts/stl/yaml/imix_1pkt_2.yaml8
-rw-r--r--scripts/stl/yaml/imix_1pkt_vm.yaml2
-rw-r--r--scripts/stl/yaml/imix_1pkt_vm2.yaml91
-rw-r--r--scripts/stl/yaml/imix_scale_1000.yaml31001
-rw-r--r--scripts/stl/yaml/imix_scale_300.yaml3101
-rw-r--r--scripts/stl/yaml/syn_attack_sample.yaml96
-rw-r--r--scripts/stl/yaml/udp_rand_size.yaml41
-rw-r--r--scripts/stl/yaml/udp_rand_size_9k.yaml41
18 files changed, 22 insertions, 34422 deletions
diff --git a/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py b/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py
index a5147e81..bf02c075 100644
--- a/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py
+++ b/scripts/automation/regression/unit_tests/functional_tests/stl_basic_tests.py
@@ -31,8 +31,7 @@ class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test):
self.profiles = {}
self.profiles['imix_3pkt'] = os.path.join(self.profiles_path, "imix_3pkt.yaml")
self.profiles['imix_3pkt_vm'] = os.path.join(self.profiles_path, "imix_3pkt_vm.yaml")
- self.profiles['random_size'] = os.path.join(self.profiles_path, "udp_rand_size.yaml")
- self.profiles['random_size_9k'] = os.path.join(self.profiles_path, "udp_rand_size_9k.yaml")
+ self.profiles['random_size_9k'] = os.path.join(self.profiles_path, "../udp_rand_len_9k.py")
self.profiles['imix_tuple_gen'] = os.path.join(self.profiles_path, "imix_1pkt_tuple_gen.yaml")
for k, v in self.profiles.iteritems():
@@ -145,7 +144,7 @@ class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test):
self.golden_run("basic_tuple_gen", "imix_tuple_gen", "-m 50kpps --limit 500 --cores 8", silent = False)
def test_all_profiles (self):
- p=[
+ p = [
["udp_1pkt_1mac_override.py","-m 1 -l 50",True],
["syn_attack.py","-m 1 -l 50",False], # can't compare random now
["udp_1pkt_1mac.py","-m 1 -l 50",True],
@@ -158,13 +157,24 @@ class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test):
["imix.py","-m 1 -l 100",True],
["udp_inc_len_9k.py","-m 1 -l 100",True],
["udp_1pkt_range_clients.py","-m 1 -l 100",True],
- ["multi_burst_2st_1000pkt.py","-m 1 -l 100",True]
+ ["multi_burst_2st_1000pkt.py","-m 1 -l 100",True],
+
+ # YAML test
+ ["yaml/burst_1000_pkt.yaml","-m 1 -l 100",True],
+ ["yaml/burst_1pkt_1burst.yaml","-m 1 -l 100",True],
+ ["yaml/burst_1pkt_vm.yaml","-m 1 -l 100",True],
+ ["yaml/imix_1pkt.yaml","-m 1 -l 100",True],
+ ["yaml/imix_1pkt_2.yaml","-m 1 -l 100",True],
+ ["yaml/imix_1pkt_tuple_gen.yaml","-m 1 -l 100",True],
+ ["yaml/imix_1pkt_vm.yaml","-m 1 -l 100",True]
+
];
- #p=[ ["multi_burst_2st_1000pkt.py","-m 1 -l 100",True] ]
+ p1=[ ["yaml/imix_1pkt_2.yaml","-m 1 -l 100",True] ]
+
for obj in p:
- self.run_py_profile_path (obj[0],obj[1],compare =obj[2], do_no_remove=False)
+ self.run_py_profile_path (obj[0],obj[1],compare =obj[2], do_no_remove=True)
@@ -174,7 +184,7 @@ class CStlBasic_Test(functional_general_test.CGeneralFunctional_Test):
print "\n"
for profile in self.valgrind_profiles:
print "\n*** testing profile '{0}' ***\n".format(profile)
- rc = self.run_sim(profile, output = None, options = "--cores 8 --limit 500 --valgrind", silent = False)
+ rc = self.run_sim(profile, output = None, options = "--cores 8 --limit 20 --valgrind", silent = False)
assert_equal(rc, True)
diff --git a/scripts/exp/burst_1000_pkt.pcap b/scripts/exp/burst_1000_pkt.pcap
new file mode 100644
index 00000000..bbf15472
--- /dev/null
+++ b/scripts/exp/burst_1000_pkt.pcap
Binary files differ
diff --git a/scripts/exp/burst_1pkt.pcap b/scripts/exp/burst_1pkt.pcap
new file mode 100644
index 00000000..bbf15472
--- /dev/null
+++ b/scripts/exp/burst_1pkt.pcap
Binary files differ
diff --git a/scripts/exp/burst_1pkt_1burst.pcap b/scripts/exp/burst_1pkt_1burst.pcap
new file mode 100644
index 00000000..bbf15472
--- /dev/null
+++ b/scripts/exp/burst_1pkt_1burst.pcap
Binary files differ
diff --git a/scripts/exp/burst_1pkt_vm.pcap b/scripts/exp/burst_1pkt_vm.pcap
new file mode 100644
index 00000000..06010c49
--- /dev/null
+++ b/scripts/exp/burst_1pkt_vm.pcap
Binary files differ
diff --git a/scripts/exp/imix_1pkt.pcap b/scripts/exp/imix_1pkt.pcap
new file mode 100644
index 00000000..bbf15472
--- /dev/null
+++ b/scripts/exp/imix_1pkt.pcap
Binary files differ
diff --git a/scripts/exp/imix_1pkt_2.pcap b/scripts/exp/imix_1pkt_2.pcap
new file mode 100644
index 00000000..38aa3ce3
--- /dev/null
+++ b/scripts/exp/imix_1pkt_2.pcap
Binary files differ
diff --git a/scripts/exp/imix_1pkt_tuple_gen.pcap b/scripts/exp/imix_1pkt_tuple_gen.pcap
new file mode 100644
index 00000000..77096de2
--- /dev/null
+++ b/scripts/exp/imix_1pkt_tuple_gen.pcap
Binary files differ
diff --git a/scripts/exp/imix_1pkt_vm.pcap b/scripts/exp/imix_1pkt_vm.pcap
new file mode 100644
index 00000000..77096de2
--- /dev/null
+++ b/scripts/exp/imix_1pkt_vm.pcap
Binary files differ
diff --git a/scripts/stl/yaml/burst_1pkt.yaml b/scripts/stl/yaml/burst_1pkt.yaml
deleted file mode 100644
index 48a62e68..00000000
--- a/scripts/stl/yaml/burst_1pkt.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-### Single stream UDP packet, 64B ###
-#####################################
-- name: stream0
- stream:
- self_start: True
- next_stream_id: stream1
- packet:
- binary: cap2/udp_64B.pcap
- mode:
- type: single_burst
- pps: 100
- total_pkts : 100
- rx_stats: []
- vm: []
-
-- name: stream1
- stream:
- self_start: False
- next_stream_id: stream2
- packet:
- binary: cap2/udp_64B.pcap
- mode:
- type: single_burst
- pps: 100
- total_pkts : 200
- rx_stats: []
- vm: []
-
-- name: stream2
- stream:
- self_start: False
- packet:
- binary: cap2/udp_64B.pcap
- mode:
- type: single_burst
- pps: 100
- total_pkts : 300
- rx_stats: []
- vm: [] \ No newline at end of file
diff --git a/scripts/stl/yaml/imix_1pkt_2.yaml b/scripts/stl/yaml/imix_1pkt_2.yaml
index bffc72eb..07fd481d 100644
--- a/scripts/stl/yaml/imix_1pkt_2.yaml
+++ b/scripts/stl/yaml/imix_1pkt_2.yaml
@@ -4,7 +4,7 @@
stream:
self_start: True
packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
+ pcap: udp_64B_no_crc.pcap # pcap should not include CRC
mode:
type: continuous
pps: 100
@@ -14,7 +14,7 @@
stream:
self_start: True
packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
+ pcap: udp_64B_no_crc.pcap # pcap should not include CRC
mode:
type: continuous
pps: 100
@@ -24,7 +24,7 @@
stream:
self_start: True
packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
+ pcap: udp_64B_no_crc.pcap # pcap should not include CRC
mode:
type: continuous
pps: 100
@@ -34,7 +34,7 @@
stream:
self_start: True
packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
+ pcap: udp_64B_no_crc.pcap # pcap should not include CRC
mode:
type: continuous
pps: 100
diff --git a/scripts/stl/yaml/imix_1pkt_vm.yaml b/scripts/stl/yaml/imix_1pkt_vm.yaml
index 21075fa2..99f10aca 100644
--- a/scripts/stl/yaml/imix_1pkt_vm.yaml
+++ b/scripts/stl/yaml/imix_1pkt_vm.yaml
@@ -4,7 +4,7 @@
stream:
self_start: True
packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
+ pcap: stl/udp_64B_no_crc.pcap # pcap should not include CRC
mode:
type: continuous
pps: 100
diff --git a/scripts/stl/yaml/imix_1pkt_vm2.yaml b/scripts/stl/yaml/imix_1pkt_vm2.yaml
deleted file mode 100644
index e0a6b771..00000000
--- a/scripts/stl/yaml/imix_1pkt_vm2.yaml
+++ /dev/null
@@ -1,91 +0,0 @@
-### Single stream UDP packet, 64B ###
-#####################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
-
- vm: [
- {
- "init_value" : 0,
- "max_value" : 1000,
- "min_value" : 500,
- "name" : "l3_src",
- "op" : "inc",
- "size" : 4,
- "type" : "flow_var"
- },
- {
- "add_value" : 1,
- "is_big_endian" : false,
- "name" : "l3_src",
- "pkt_offset" : 34,
- "type" : "write_flow_var"
- }
-
- ]
-
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
-
- vm: [
- {
- "init_value" : 0,
- "max_value" : 1000,
- "min_value" : 500,
- "name" : "l3_src",
- "op" : "inc",
- "size" : 4,
- "type" : "flow_var"
- },
- {
- "add_value" : 1,
- "is_big_endian" : false,
- "name" : "l3_src",
- "pkt_offset" : 34,
- "type" : "write_flow_var"
- }
-
- ]
-
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
-
- vm: [
- {
- "init_value" : 0,
- "max_value" : 1000,
- "min_value" : 500,
- "name" : "l3_src",
- "op" : "inc",
- "size" : 4,
- "type" : "flow_var"
- },
- {
- "add_value" : 1,
- "is_big_endian" : false,
- "name" : "l3_src",
- "pkt_offset" : 34,
- "type" : "write_flow_var"
- }
-
- ]
diff --git a/scripts/stl/yaml/imix_scale_1000.yaml b/scripts/stl/yaml/imix_scale_1000.yaml
deleted file mode 100644
index bba3df5d..00000000
--- a/scripts/stl/yaml/imix_scale_1000.yaml
+++ /dev/null
@@ -1,31001 +0,0 @@
-### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: [] \ No newline at end of file
diff --git a/scripts/stl/yaml/imix_scale_300.yaml b/scripts/stl/yaml/imix_scale_300.yaml
deleted file mode 100644
index 8b04979c..00000000
--- a/scripts/stl/yaml/imix_scale_300.yaml
+++ /dev/null
@@ -1,3101 +0,0 @@
-### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []### Three-stream UDP packets, 64B, 594B and 1518B ###
-#####################################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_594B
- stream:
- self_start: True
- packet:
- binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: []
-- name: udp_1518B
- stream:
- self_start: True
- packet:
- binary: stl/udp_1518B_no_crc.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
- vm: [] \ No newline at end of file
diff --git a/scripts/stl/yaml/syn_attack_sample.yaml b/scripts/stl/yaml/syn_attack_sample.yaml
deleted file mode 100644
index c5734e43..00000000
--- a/scripts/stl/yaml/syn_attack_sample.yaml
+++ /dev/null
@@ -1,96 +0,0 @@
-### Single stream UDP packet, 64B ###
-#####################################
-- name: udp_64B
- stream:
- self_start: True
- packet:
- binary: stl/syn_packet.pcap # pcap should not include CRC
- mode:
- type: continuous
- pps: 100
- rx_stats: []
-
- # program generate 4 random numbers and write them to ip.src/ip.dst/tcp.src_port/tcp.dest_port
- vm:
- instructions: [
- #define 4 bytes random ip_src
- { "type" : "flow_var", # name of the command
- "name" : "ip_src",
- "op" : "random",
-
- "init_value" : 0,
- "min_value" : 1,
- "max_value" : 1000000, # max ip 16.0.0.254
- "size" : 4
- },
-
-
- { "type" : "flow_var",
- "name" : "ip_dst",
- "op" : "random",
-
- "init_value" : 0,
- "min_value" : 1,
- "max_value" : 1000000,
- "size" : 4
- },
-
- { "type" : "flow_var", # name of the command
- "name" : "port_src",
- "op" : "random",
-
- "init_value" : 0,
- "min_value" : 1025,
- "max_value" : 65000,
- "size" : 2 #size in bytes
- },
-
- { "type" : "flow_var", # name of the command
- "name" : "port_dst",
- "op" : "random",
-
- "init_value" : 0,
- "min_value" : 1025,
- "max_value" : 65000,
- "size" : 2 #size in bytes
- },
-
-
- {
- "type" : "write_flow_var", # command name
- "name" : "ip_src", # varible to write
- "add_value" : 0x10000000, # 16.0.0.0 is src base
- "is_big_endian" : true, # write as big edian
- "pkt_offset" : 26, # write tuple_gen.port into udp.src_port
- },
-
- {
- "type" : "write_flow_var", # command name
- "name" : "ip_dst", # varible to write
- "add_value" : 0x40000000, # 16.0.0.0 is src base
- "is_big_endian" : true, # write as big edian
- "pkt_offset" : 30, # write tuple_gen.port into udp.src_port
- },
-
- {
- "type" : "fix_checksum_ipv4", # fix ipv4 header checksum
- "pkt_offset" : 14, # offset of ipv4 header
-
- },
-
- {
- "type" : "write_flow_var", # command name
- "name" : "port_src", # varible to write
- "add_value" : 0, # 16.0.0.0 is src base
- "is_big_endian" : true, # write as big edian
- "pkt_offset" : 34, # write tuple_gen.port into udp.src_port
- },
-
- {
- "type" : "write_flow_var", # command name
- "name" : "port_dst", # varible to write
- "add_value" : 0,
- "is_big_endian" : true, # write as big edian
- "pkt_offset" : 36, # write tuple_gen.port into udp.src_port
- }
- ]
diff --git a/scripts/stl/yaml/udp_rand_size.yaml b/scripts/stl/yaml/udp_rand_size.yaml
deleted file mode 100644
index ab1d21b9..00000000
--- a/scripts/stl/yaml/udp_rand_size.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-### UDP 1500 random pkt size ###
-#####################################
-- name: "random"
- stream:
- self_start: True
- packet:
- pcap: udp_1518B_no_crc.pcap
- mode:
- type: continuous
- pps: 100
-
- # random packet size 60-1500 update ip.len/checksum/udp.len
- vm:
- instructions:
- - type : "flow_var" # define random varible 60-1500
- name : "var_rand_pkt_size"
- op : "random"
- init_value : 0
- min_value : 60
- max_value : 1500 # range must be smaller than pkt size
- size : 2
-
- - type : "trim_pkt_size" # trim packet size
- name : "var_rand_pkt_size"
-
- - type : "write_flow_var" # update ip.len
- name : "var_rand_pkt_size"
- add_value : -14
- is_big_endian: true
- pkt_offset : 16
-
- - type : "fix_checksum_ipv4" # update ip.checksum
- pkt_offset : 14
-
- - type : "write_flow_var" # update udp.len
- name : "var_rand_pkt_size"
- add_value : -34
- is_big_endian : true
- pkt_offset : 38
-
-
diff --git a/scripts/stl/yaml/udp_rand_size_9k.yaml b/scripts/stl/yaml/udp_rand_size_9k.yaml
deleted file mode 100644
index 0d7d1ec7..00000000
--- a/scripts/stl/yaml/udp_rand_size_9k.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-### UDP 9K+14(MAC) random pkt size ###
-#####################################
-- name: "random"
- stream:
- self_start: True
- packet:
- pcap: ipv4_udp_9k.pcap # should not include CRC 9K ip+14 = 9230 +FCS(by NIC)=9234
- mode:
- type: continuous
- pps: 100
-
- # random packet size 60-max packet size update ip.len/checksum/udp.len
- vm:
- instructions:
- - type : "flow_var" # define random varible 60-9230
- name : "var_rand_pkt_size"
- op : "random"
- init_value : 0
- min_value : 60
- max_value : 9230 # range must be smaller than pkt size
- size : 2
-
- - type : "trim_pkt_size" # trim packet size
- name : "var_rand_pkt_size"
-
- - type : "write_flow_var" # update ip.len
- name : "var_rand_pkt_size"
- add_value : -14
- is_big_endian: true
- pkt_offset : 16
-
- - type : "fix_checksum_ipv4" # update ip.checksum
- pkt_offset : 14
-
- - type : "write_flow_var" # update udp.len
- name : "var_rand_pkt_size"
- add_value : -34
- is_big_endian : true
- pkt_offset : 38
-
-