- 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
292 B
YAML
12 lines
292 B
YAML
sample:
|
|
description: Demonstration of the WS2812 LED driver
|
|
name: WS2812 sample
|
|
tests:
|
|
sample.drivers.led.ws2812:
|
|
tags: LED
|
|
filter: dt_compat_enabled("worldsemi,ws2812-spi")
|
|
harness_config:
|
|
fixture: fixture_led_ws2812
|
|
integration_platforms:
|
|
- mimxrt1050_evk
|