zephyr/tests/drivers/dma/loop_transfer/testcase.yaml
Anas Nashif 70758c4374 tests: fix test identifiers
The seasonal overhaul of test identifiers aligning the terms being used
and creating a structure. This is hopefully the last time we do this,
plan is to document the identifiers and enforce syntax.

The end-goal is to be able to generate a testsuite description from the
existing tests and sync it frequently with the testsuite in Testrail.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-12-09 15:53:44 -05:00

20 lines
832 B
YAML

tests:
drivers.dma.loop_transfer:
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"