From 07a813243069e66ade07cf59382e874044f7b9c5 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 6 Jul 2015 22:03:55 +0200 Subject: Add a few MDIO test cases. --- decoder/test/mdio/test.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 decoder/test/mdio/test.conf (limited to 'decoder/test/mdio/test.conf') diff --git a/decoder/test/mdio/test.conf b/decoder/test/mdio/test.conf new file mode 100644 index 0000000..5e6c341 --- /dev/null +++ b/decoder/test/mdio/test.conf @@ -0,0 +1,14 @@ +test lan8720a_read_all_plugged + protocol-decoder mdio channel mdc=0 channel mdio=1 + input mdio/lan8720a/lan8720a_read_all_plugged.sr + output mdio annotation match lan8720a_read_all_plugged.output + +test lan8720a_read_all_unplugged + protocol-decoder mdio channel mdc=0 channel mdio=1 + input mdio/lan8720a/lan8720a_read_all_unplugged.sr + output mdio annotation match lan8720a_read_all_unplugged.output + +test lan8720a_read_write_read + protocol-decoder mdio channel mdc=0 channel mdio=1 + input mdio/lan8720a/lan8720a_read_write_read.sr + output mdio annotation match lan8720a_read_write_read.output -- cgit v1.2.3-54-g00ecf