From d1401fae5b6229c90c6b1f2e40cbeadd648815fe Mon Sep 17 00:00:00 2001 From: Jorge Solla Date: Sun, 2 Sep 2018 23:53:50 +0200 Subject: cec: Tests for HDMI CEC protocol decoder --- decoder/test/cec/test.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 decoder/test/cec/test.conf (limited to 'decoder/test/cec/test.conf') diff --git a/decoder/test/cec/test.conf b/decoder/test/cec/test.conf new file mode 100644 index 0000000..cba95d4 --- /dev/null +++ b/decoder/test/cec/test.conf @@ -0,0 +1,24 @@ +test tv_sony_amp_denon_switch_on_seq + protocol-decoder cec channel cec=3 + input cec/tv_sony_amp_denon_switch_on_seq.sr + output cec annotation match tv_sony_amp_denon_switch_on_seq.output + +test tv_sony_amp_denon_switch_off_seq + protocol-decoder cec channel cec=3 + input cec/tv_sony_amp_denon_switch_off_seq.sr + output cec annotation match tv_sony_amp_denon_switch_off_seq.output + +test tv_sony_amp_yamaha_switch_on_seq + protocol-decoder cec channel cec=3 + input cec/tv_sony_amp_yamaha_switch_on_seq.sr + output cec annotation match tv_sony_amp_yamaha_switch_on_seq.output + +test tv_sony_amp_yamaha_switch_off_seq + protocol-decoder cec channel cec=3 + input cec/tv_sony_amp_yamaha_switch_off_seq.sr + output cec annotation match tv_sony_amp_yamaha_switch_off_seq.output + +test tv_sony_amp_yamaha_arc_handshake + protocol-decoder cec channel cec=3 + input cec/tv_sony_amp_yamaha_arc_handshake.sr + output cec annotation match tv_sony_amp_yamaha_arc_handshake.output -- cgit v1.2.3-54-g00ecf