From 9f1033538d2cca0c4400948f7dab39cd218b52f1 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 15 Oct 2014 15:44:16 +0200 Subject: Add a few pan1321 test cases. --- decoder/test/pan1321/test.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 decoder/test/pan1321/test.conf (limited to 'decoder/test/pan1321/test.conf') diff --git a/decoder/test/pan1321/test.conf b/decoder/test/pan1321/test.conf new file mode 100644 index 0000000..f02be45 --- /dev/null +++ b/decoder/test/pan1321/test.conf @@ -0,0 +1,20 @@ +test pan1321_jres_baudrate + protocol-decoder uart channel tx=0 channel rx=3 option baudrate=115200 + protocol-decoder pan1321 + stack uart pan1321 + input uart/panasonic_pan1321/sender_and_receiver/pan1321_JRES.sr + output pan1321 annotation match pan1321_jres.output + +test pan1321_jres_no_baudrate + protocol-decoder uart channel tx=0 channel rx=3 + protocol-decoder pan1321 + stack uart pan1321 + input uart/panasonic_pan1321/sender_and_receiver/pan1321_JRES.sr + output pan1321 annotation match pan1321_jres.output + +test pan1321_jsda_hello_world + protocol-decoder uart channel tx=0 channel rx=3 option baudrate=115200 + protocol-decoder pan1321 + stack uart pan1321 + input uart/panasonic_pan1321/sender_and_receiver/pan1321_JSDA_helloworld.sr + output pan1321 annotation match pan1321_jsda_hello_world.output -- cgit v1.2.3-54-g00ecf