summaryrefslogtreecommitdiffstats
path: root/scripts/stl/imix_2pkt.yaml
blob: bd9089f55c9ed10824ced94dfda572ca919489ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
### Two-stream UDP packets, 64B and 594B ###
############################################
- name: udp_64B
  stream:
    self_start: True
    packet:
      binary: stl/udp_64B_no_crc.pcap  # pcap should not include CRC
    mode:
      type: continuous
      pps: 100
    rx_stats: []
- name: udp_594B
  stream:
    self_start: True
    packet:
      binary: stl/udp_594B_no_crc.pcap  # pcap should not include CRC
    mode:
      type: continuous
      pps: 100
    rx_stats: []