zephyr/samples/basic/threads/sample.yaml
Anas Nashif b835b02136 tests: cleanup metadata and filtering
- Add integration_platforms to avoid excessive filtering
- Make sure integration platforms are actually part of the filter
- Fix some tags and test meta data

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-13 09:38:27 -04:00

21 lines
591 B
YAML

sample:
description: A basic demo to showcase multi-threading using K_THREAD_DEFINE
name: Basic Thread Demo
tests:
sample.basic.threads:
tags:
- kernel
- threads
- gpio
filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds") and
dt_enabled_alias_with_parent_compat("led1", "gpio-leds")
integration_platforms:
- nrf52833dk_nrf52820
depends_on: gpio
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Toggled led0; counter=(.*)"
- "Toggled led1; counter=(.*)"