2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2017-12-06 02:00:43 +08:00
|
|
|
test:
|
2017-12-08 22:50:34 +08:00
|
|
|
depends_on: dma
|
|
|
|
tags: drivers dma
|
2018-02-24 10:24:10 +08:00
|
|
|
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"
|