- 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>
13 lines
258 B
YAML
13 lines
258 B
YAML
sample:
|
|
name: Fade LED
|
|
tests:
|
|
sample.basic.fade_led:
|
|
tags:
|
|
- drivers
|
|
- pwm
|
|
depends_on: pwm
|
|
harness: led
|
|
filter: dt_alias_exists("pwm-led0") and dt_compat_enabled("pwm-leds")
|
|
integration_platforms:
|
|
- nrf51dk_nrf51422
|