zephyr/samples/basic/threads/sample.yaml
Anas Nashif da5f185e06 samples: add test identifier
Add unique identifier instead of just 'test' for samples.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-03-29 17:44:11 -04:00

17 lines
438 B
YAML

sample:
description: A basic demo to showcase multi-threading
using K_THREAD_DEFINE
name: Basic Thread Demo
tests:
sample.threads:
tags: kernel threads gpio
filter: DT_GPIO_LEDS_LED0_GPIO_CONTROLLER and DT_GPIO_LEDS_LED1_GPIO_CONTROLLER
depends_on: gpio
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Toggle USR0 LED(.*)"
- "Toggle USR1 LED(.*)"