zephyr/samples/basic/rgb_led/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

14 lines
300 B
YAML

sample:
name: RGB LED
tests:
sample.basic.rgb_led:
filter: dt_alias_exists("red-pwm-led") and dt_alias_exists("green-pwm-led")
and dt_alias_exists("blue-pwm-led")
tags:
- drivers
- pwm
depends_on: pwm
harness: led
integration_platforms:
- nrf52840_mdk