summaryrefslogtreecommitdiff
path: root/decoder/test/lin/test.conf
blob: 9ba2423252d3f2ccbbe96d2390b1a53cdd77568c (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
34
test lin_generated_single_frame
	protocol-decoder uart channel rx=0 option baudrate=19200 option format=ascii
	protocol-decoder lin option version=2
	stack uart lin
	input uart/lin/lin_generated/single_frame.sr
	output lin annotation match lin_generated_single_frame.output

test lin_generated_burst
	protocol-decoder uart channel rx=0 option baudrate=19200 option format=ascii
	protocol-decoder lin option version=2
	stack uart lin
	input uart/lin/lin_generated/burst.sr
	output lin annotation match lin_generated_burst.output

test lin_generated_stress
	protocol-decoder uart channel rx=0 option baudrate=19200 option format=ascii
	protocol-decoder lin option version=2
	stack uart lin
	input uart/lin/lin_generated/stress.sr
	output lin annotation match lin_generated_stress.output

test lin_generated_malformed
	protocol-decoder uart channel rx=0 option baudrate=19200 option format=ascii
	protocol-decoder lin option version=2
	stack uart lin
	input uart/lin/lin_generated/malformed.sr
	output lin annotation match lin_generated_malformed.output

test lin_generated_malformed2
	protocol-decoder uart channel rx=0 option baudrate=19200 option format=ascii
	protocol-decoder lin option version=2
	stack uart lin
	input uart/lin/lin_generated/malformed2.sr
	output lin annotation match lin_generated_malformed2.output