zephyr/tests/kernel/device/testcase.yaml
Andrew Boie ffd182a04b tests: device: cover device_get_binding()
We had no coverage for invoking this from a system call.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-06-25 22:44:14 -04:00

12 lines
306 B
YAML

common:
tags: device userspace
tests:
kernel.device:
tags: device
platform_whitelist: native_posix qemu_x86 qemu_x86_64
kernel.device.pm:
tags: device
extra_configs:
- CONFIG_DEVICE_POWER_MANAGEMENT=y
platform_whitelist: native_posix qemu_x86 #cannot run on qemu_x86_64 yet