test: power: run test case on more platforms
remove "platform_allow" to enable test case run on more platforms, only a few archs and platforms are excluded. Signed-off-by: Meng xianglin <xianglinx.meng@intel.com>
This commit is contained in:
parent
ab9602d401
commit
91dea98c5e
|
@ -1,4 +1,10 @@
|
|||
tests:
|
||||
subsys.power.device_pm:
|
||||
platform_allow: nrf52840dk_nrf52840 nrf52dk_nrf52832 qemu_cortex_m0
|
||||
# arch_irq_unlock(0) can't work correctly on these arch
|
||||
arch_exclude: arc xtensa
|
||||
# When CONFIG_TICKLESS_IDLE enable, these platforms don't provide timer driver
|
||||
platform_exclude: rv32m1_vega_ri5cy rv32m1_vega_zero_riscy litex_vexriscv
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
- mps2_an385
|
||||
tags: power
|
||||
|
|
Loading…
Reference in a new issue