blob: 99a121e27e215602c3146fbc54b9fdfa72358d06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
### Single stream UDP packet, 64B ###
#####################################
- name: stream0
next: stream1
stream:
self_start: True
packet:
pcap: udp_64B_no_crc.pcap
mode:
type: single_burst
pps: 100
total_pkts : 10000
- name: stream1
next: stream2
stream:
self_start: False
packet:
pcap: udp_64B_no_crc.pcap
mode:
type: single_burst
pps: 100
total_pkts : 10000
- name: stream2
stream:
self_start: False
packet:
pcap: udp_64B_no_crc.pcap
mode:
type: single_burst
pps: 100
total_pkts : 10000
|