Skip to content

Commit

Permalink
test: power: run test case on more platforms
Browse files Browse the repository at this point in the history
remove "platform_allow" to enable test case run on more platforms,
only a few archs and platforms are excluded.

Signed-off-by: Meng xianglin <[email protected]>
  • Loading branch information
mengxianglinx authored and nashif committed Oct 27, 2020
1 parent ab9602d commit 91dea98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/subsys/power/power_mgmt/testcase.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 91dea98

Please sign in to comment.