mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 14:26:05 +00:00
Cleanup test names and filtering and add console harness support where needed. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
285 B
YAML
13 lines
285 B
YAML
sample:
|
|
description: Sample that uses an out-of-tree board
|
|
name: Out-of-tree board
|
|
tests:
|
|
boards.out_of_tree:
|
|
tags: out_of_tree
|
|
platform_whitelist: nrf52840_pca10056
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Hello World! (.*)"
|