zephyr/tests/kernel/device/testcase.yaml
Kumar Gala ab9d935fed tests: kernel: device: Exclude beaglev_starlight_jh7100
We excluded the beaglev_starlight_jh7100 from this test but only did
the kernel.device.pm test.  We should have excluded the platform
from both tests.

The beaglev_starlight_jh7100 uses a full 64-bit devicetree map
which uses #{address/size}-cells = 2.  The device test expects
that #{address/size}-cells = 1 so exclude beaglev_starlight_jh7100
from the test.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-07-14 16:12:57 +03:00

14 lines
329 B
YAML

common:
tags: device userspace
integration_platforms:
- native_posix
tests:
kernel.device:
tags: kernel device
platform_exclude: beaglev_starlight_jh7100
kernel.device.pm:
tags: kernel device
platform_exclude: mec15xxevb_assy6853 beaglev_starlight_jh7100
extra_configs:
- CONFIG_PM_DEVICE=y