zephyr/tests/drivers/dma/loop_transfer/testcase.yaml
Anas Nashif f3e8cb7e61 tests: add missing harness support
Add missing harness requirement for driver tests.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-04-09 22:55:20 -04:00

20 lines
811 B
YAML

tests:
test:
depends_on: dma
tags: drivers dma
harness: console
harness_config:
type: multi_line
regex:
- "DMA memory to memory transfer started on DMA_\\d"
- "Preparing DMA Controller"
- "Starting the transfer and waiting for 1 second"
- "Each RX buffer should contain the full TX buffer string."
- "TX data: The quick brown fox jumps over the lazy dog"
- "RX data Loop 0: The quick brown fox jumps over the lazy dog"
- "RX data Loop 1: The quick brown fox jumps over the lazy dog"
- "RX data Loop 2: The quick brown fox jumps over the lazy dog"
- "RX data Loop 3: The quick brown fox jumps over the lazy dog"
- "RX data Loop 4: The quick brown fox jumps over the lazy dog"
- "Finished: DMA"