Exercise the public macros as well as device_map(). This test has a whitelist for whatever reason; add mps2_an385 so that the !DEVICE_MMIO_IS_IN_RAM stuff is tested. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
12 lines
317 B
YAML
12 lines
317 B
YAML
common:
|
|
tags: device userspace
|
|
tests:
|
|
kernel.device:
|
|
tags: device
|
|
platform_whitelist: native_posix native_posix_64 qemu_x86 mps2_an385
|
|
kernel.device.pm:
|
|
tags: device
|
|
extra_configs:
|
|
- CONFIG_DEVICE_POWER_MANAGEMENT=y
|
|
platform_whitelist: native_posix native_posix_64 qemu_x86 mps2_an385
|