From 15783cbf852a4733fff97cad00421d45de549d37 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Wed, 10 Feb 2016 17:07:13 +0200 Subject: add yaml tests --- .../unit_tests/functional_tests/stl_basic_tests.py | 24 +- scripts/exp/burst_1000_pkt.pcap | Bin 0 -> 7624 bytes scripts/exp/burst_1pkt.pcap | Bin 0 -> 7624 bytes scripts/exp/burst_1pkt_1burst.pcap | Bin 0 -> 7624 bytes scripts/exp/burst_1pkt_vm.pcap | Bin 0 -> 7624 bytes scripts/exp/imix_1pkt.pcap | Bin 0 -> 7624 bytes scripts/exp/imix_1pkt_2.pcap | Bin 0 -> 7624 bytes scripts/exp/imix_1pkt_tuple_gen.pcap | Bin 0 -> 7624 bytes scripts/exp/imix_1pkt_vm.pcap | Bin 0 -> 7624 bytes scripts/stl/yaml/burst_1pkt.yaml | 39 - scripts/stl/yaml/imix_1pkt_2.yaml | 8 +- scripts/stl/yaml/imix_1pkt_vm.yaml | 2 +- scripts/stl/yaml/imix_1pkt_vm2.yaml | 91 - scripts/stl/yaml/imix_scale_1000.yaml | 31001 ------------------- scripts/stl/yaml/imix_scale_300.yaml | 3101 -- scripts/stl/yaml/syn_attack_sample.yaml | 96 - scripts/stl/yaml/udp_rand_size.yaml | 41 - scripts/stl/yaml/udp_rand_size_9k.yaml | 41 - 18 files changed, 22 insertions(+), 34422 deletions(-) create mode 100644 scripts/exp/burst_1000_pkt.pcap create mode 100644 scripts/exp/burst_1pkt.pcap create mode 100644 scripts/exp/burst_1pkt_1burst.pcap create mode 100644 scripts/exp/burst_1pkt_vm.pcap create mode 100644 scripts/exp/imix_1pkt.pcap create mode 100644 scripts/exp/imix_1pkt_2.pcap create mode 100644 scripts/exp/imix_1pkt_tuple_gen.pcap create mode 100644 scripts/exp/imix_1pkt_vm.pcap delete mode 100644 scripts/stl/yaml/burst_1pkt.yaml delete mode 100644 scripts/stl/yaml/imix_1pkt_vm2.yaml delete mode 100644 scripts/stl/yaml/imix_scale_1000.yaml delete mode 100644 scripts/stl/yaml/imix_scale_300.yaml delete mode 100644 scripts/stl/yaml/syn_attack_sample.yaml delete mode 100644 scripts/stl/yaml/udp_rand_size.yaml delete mode 100644 scripts/stl/yaml/udp_rand_size_9k.yaml 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 Binary files /dev/null and b/scripts/exp/burst_1000_pkt.pcap differ diff --git a/scripts/exp/burst_1pkt.pcap b/scripts/exp/burst_1pkt.pcap new file mode 100644 index 00000000..bbf15472 Binary files /dev/null and b/scripts/exp/burst_1pkt.pcap differ diff --git a/scripts/exp/burst_1pkt_1burst.pcap b/scripts/exp/burst_1pkt_1burst.pcap new file mode 100644 index 00000000..bbf15472 Binary files /dev/null and b/scripts/exp/burst_1pkt_1burst.pcap differ diff --git a/scripts/exp/burst_1pkt_vm.pcap b/scripts/exp/burst_1pkt_vm.pcap new file mode 100644 index 00000000..06010c49 Binary files /dev/null and b/scripts/exp/burst_1pkt_vm.pcap differ diff --git a/scripts/exp/imix_1pkt.pcap b/scripts/exp/imix_1pkt.pcap new file mode 100644 index 00000000..bbf15472 Binary files /dev/null and b/scripts/exp/imix_1pkt.pcap differ diff --git a/scripts/exp/imix_1pkt_2.pcap b/scripts/exp/imix_1pkt_2.pcap new file mode 100644 index 00000000..38aa3ce3 Binary files /dev/null and b/scripts/exp/imix_1pkt_2.pcap 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 Binary files /dev/null and b/scripts/exp/imix_1pkt_tuple_gen.pcap differ diff --git a/scripts/exp/imix_1pkt_vm.pcap b/scripts/exp/imix_1pkt_vm.pcap new file mode 100644 index 00000000..77096de2 Binary files /dev/null and b/scripts/exp/imix_1pkt_vm.pcap 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 - - -- cgit 1.2.3-korg