From f501bde144f43d31896b4ec0ca19ce0633e279fe Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 7 Mar 2018 01:12:03 +0100 Subject: Add a few sda2506 test-cases. --- decoder/test/sda2506/test.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 decoder/test/sda2506/test.conf (limited to 'decoder/test/sda2506/test.conf') diff --git a/decoder/test/sda2506/test.conf b/decoder/test/sda2506/test.conf new file mode 100644 index 0000000..3c81685 --- /dev/null +++ b/decoder/test/sda2506/test.conf @@ -0,0 +1,29 @@ +test blaupunkt-enter-wrong-code + protocol-decoder sda2506 channel clk=5 channel d=2 channel ce=0 + input nonstandard_eeproms/siemens_sda2506/blaupunkt-enter-wrong-code.sr + output sda2506 annotation match blaupunkt-enter-wrong-code.output + +test blaupunkt-enter-wrong-code2 + protocol-decoder sda2506 channel clk=5 channel d=2 channel ce=0 + input nonstandard_eeproms/siemens_sda2506/blaupunkt-enter-wrong-code2.sr + output sda2506 annotation match blaupunkt-enter-wrong-code2.output + +test blaupunkt-start-after-wrongcode2 + protocol-decoder sda2506 channel clk=5 channel d=2 channel ce=0 + input nonstandard_eeproms/siemens_sda2506/blaupunkt-start-after-wrongcode2.sr + output sda2506 annotation match blaupunkt-start-after-wrongcode2.output + +test blaupunkt-start-locked + protocol-decoder sda2506 channel clk=5 channel d=2 channel ce=0 + input nonstandard_eeproms/siemens_sda2506/blaupunkt-start-locked.sr + output sda2506 annotation match blaupunkt-start-locked.output + +test blaupunkt-start-unknown + protocol-decoder sda2506 channel clk=5 channel d=2 channel ce=0 + input nonstandard_eeproms/siemens_sda2506/blaupunkt-start-unknown.sr + output sda2506 annotation match blaupunkt-start-unknown.output + +test blaupunkt-start-wrongcode + protocol-decoder sda2506 channel clk=5 channel d=2 channel ce=0 + input nonstandard_eeproms/siemens_sda2506/blaupunkt-start-wrongcode.sr + output sda2506 annotation match blaupunkt-start-wrongcode.output -- cgit v1.2.3-54-g00ecf