summaryrefslogtreecommitdiff
path: root/decoder/test/onewire_network/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2017-04-06 21:45:00 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2017-04-07 14:39:48 +0200
commit5b618b6ea0c919fc67d7e8143ba227dfa2b0fc25 (patch)
tree4f61c84594eb55abf95cac5ff7f80084be773ff9 /decoder/test/onewire_network/test.conf
parent8414e498e8799af4daf01aa18d0902af92315829 (diff)
downloadsigrok-test-5b618b6ea0c919fc67d7e8143ba227dfa2b0fc25.tar.gz
sigrok-test-5b618b6ea0c919fc67d7e8143ba227dfa2b0fc25.zip
onewire_network: Add more test-cases.
Diffstat (limited to 'decoder/test/onewire_network/test.conf')
-rw-r--r--decoder/test/onewire_network/test.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/decoder/test/onewire_network/test.conf b/decoder/test/onewire_network/test.conf
index 0b5dd63..8859163 100644
--- a/decoder/test/onewire_network/test.conf
+++ b/decoder/test/onewire_network/test.conf
@@ -6,6 +6,30 @@ test ds28ea00
output onewire_network annotation match ds28ea00.output
output onewire_network python match ds28ea00.python
+test ds18b20
+ protocol-decoder onewire_link channel owr=0
+ protocol-decoder onewire_network
+ stack onewire_link onewire_network
+ input onewire/owfs/ds18b20.sr
+ output onewire_network annotation match ds18b20.output
+ output onewire_network python match ds18b20.python
+
+test owdir
+ protocol-decoder onewire_link channel owr=0
+ protocol-decoder onewire_network
+ stack onewire_link onewire_network
+ input onewire/owfs/owdir.sr
+ output onewire_network annotation match owdir.output
+ output onewire_network python match owdir.python
+
+test sockit_owm_onewire
+ protocol-decoder onewire_link channel owr=0
+ protocol-decoder onewire_network
+ stack onewire_link onewire_network
+ input onewire/sockit_owm/onewire.sr
+ output onewire_network annotation match sockit_owm_onewire.output
+ output onewire_network python match sockit_owm_onewire.python
+
test ds1985_bitmap_of_used_pages_for_file_structure
protocol-decoder onewire_link channel owr=0
protocol-decoder onewire_network
@@ -53,3 +77,11 @@ test ds1985_write_protect_redirection
input onewire/ibutton/ds1985/ds1985_write_protect_redirection.sr
output onewire_network annotation match ds1985_write_protect_redirection.output
output onewire_network python match ds1985_write_protect_redirection.python
+
+test 2xds18b20
+ protocol-decoder onewire_link channel owr=0
+ protocol-decoder onewire_network
+ stack onewire_link onewire_network
+ input onewire/ds18b20/2xds18b20.sr
+ output onewire_network annotation match 2xds18b20.output
+ output onewire_network python match 2xds18b20.python