12 lines
338 B
YAML
12 lines
338 B
YAML
common:
|
|
tags: device userspace
|
|
tests:
|
|
kernel.device:
|
|
tags: device
|
|
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_x86_64
|
|
kernel.device.pm:
|
|
tags: device
|
|
extra_configs:
|
|
- CONFIG_DEVICE_POWER_MANAGEMENT=y
|
|
platform_whitelist: native_posix native_posix_64 qemu_x86 #cannot run on qemu_x86_64 yet
|