]> sigrok.org Git - sigrok-test.git/blobdiff - decoder/test/swd/test.conf
Add OUTPUT_PYTHON test-cases for all PDs.
[sigrok-test.git] / decoder / test / swd / test.conf
index 956fdc7564d2f0c7fecad4b2e54713887ae7e2c6..5b34640d94a291fae81d6c71e798d2df9e0ef408 100644 (file)
@@ -8,11 +8,13 @@ test ftdi_openocd_init_noreply
        protocol-decoder swd
        input swd/ftdi_openocd/init_noreply.sr
        output swd annotation match ftdi_openocd/init_noreply.output
+       output swd python match ftdi_openocd/init_noreply.python
 
 test ftdi_openocd_init_wait_fault
        protocol-decoder swd
        input swd/ftdi_openocd/init_wait_fault.sr
        output swd annotation match ftdi_openocd/init_wait_fault.output
+       output swd python match ftdi_openocd/init_wait_fault.python
 
 test stlink_init_write_0xabbabeeb
        protocol-decoder swd
@@ -24,6 +26,7 @@ test stlink_wait_retry
        protocol-decoder swd
        input swd/stlink_openocd/wait_retry.sr
        output swd annotation match stlink_openocd/wait_retry.output
+       output swd python match stlink_openocd/wait_retry.python
 
 # With the strict_start option set, this capture doesn't include a LINERESET
 # so output is empty.
@@ -31,3 +34,4 @@ test stlink_wait_retry
        protocol-decoder swd option strict_start=yes
        input swd/stlink_openocd/wait_retry.sr
        output swd annotation match stlink_openocd/empty.output
+       output swd python match stlink_openocd/empty.python