Skip to content

Commit 285ab0e

Browse files
Flavio Ceolincfriedt
authored andcommitted
tests: pm: Change power_mgmt test target
This test implements power management entirely in the application, it is not using anything from the platform so it can be tested using only native_posix. Also, there already exists power_mgmt_soc to test power management on real HW. Signed-off-by: Flavio Ceolin <[email protected]>
1 parent c34df14 commit 285ab0e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
tests:
22
subsys.pm.device_pm:
3-
# arch_irq_unlock(0) can't work correctly on these arch
4-
arch_exclude: arc xtensa
5-
platform_exclude: rv32m1_vega_ri5cy rv32m1_vega_zero_riscy litex_vexriscv
6-
nrf5340dk_nrf5340_cpunet thingy53_nrf5340_cpunet bl5340_dvk_cpunet
7-
integration_platforms:
8-
- qemu_x86
9-
- mps2_an385
10-
- nucleo_l476rg
3+
platform_allow: native_posix
114
tags: power

0 commit comments

Comments
 (0)