samples/drivers/spi_flash: fix sample regex
The sample.yml regex did not match the implementation anymore. Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
This commit is contained in:
parent
ccb4b1ec47
commit
b5fb9497b6
1 changed files with 2 additions and 3 deletions
|
@ -12,9 +12,8 @@ tests:
|
||||||
- "Test 1: Flash erase"
|
- "Test 1: Flash erase"
|
||||||
- "Flash erase succeeded!"
|
- "Flash erase succeeded!"
|
||||||
- "Test 2: Flash write"
|
- "Test 2: Flash write"
|
||||||
- "Attempted to write 55 aa"
|
- "Attempting to write 4 bytes"
|
||||||
- "Data read 55 aa"
|
- "Data read matches data written. Good!!"
|
||||||
- "Data read matches with data written. Good!!"
|
|
||||||
depends_on: spi
|
depends_on: spi
|
||||||
sample.drivers.spi.flash_dpd:
|
sample.drivers.spi.flash_dpd:
|
||||||
tags: spi flash
|
tags: spi flash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue