- 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>
12 lines
262 B
YAML
12 lines
262 B
YAML
sample:
|
|
name: Button Sample
|
|
tests:
|
|
sample.basic.button:
|
|
tags:
|
|
- button
|
|
- gpio
|
|
filter: dt_enabled_alias_with_parent_compat("sw0", "gpio-keys")
|
|
integration_platforms:
|
|
- nrf52833dk_nrf52820
|
|
depends_on: gpio
|
|
harness: button
|