mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 02:12:40 +00:00
Add unique identifier instead of just 'test' for samples. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
290 B
YAML
13 lines
290 B
YAML
sample:
|
|
name: GPIO toggling
|
|
tests:
|
|
sample.driver.gpio:
|
|
tags: drivers
|
|
filter: DT_GPIO_LEDS_LED0_GPIO_CONTROLLER and DT_GPIO_KEYS_SW0_GPIO_CONTROLLER
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Toggling (.*)"
|
|
depends_on: gpio
|