Skip to content

Commit c72e232

Browse files
pabigotnashif
authored andcommitted
tests: exclude nrf5340dk_nrf5340_cpunet when CONFIG_PM=y
The required regulator control features are only available on the application core. Signed-off-by: Peter Bigot <[email protected]>
1 parent 5d2acb3 commit c72e232

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
tests:
22
kernel.common.profiling:
33
arch_exclude: nios2
4-
platform_exclude: em_starterkit litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
4+
platform_exclude: em_starterkit
5+
litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
6+
nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
57
tags: kernel

tests/kernel/tickless/tickless_concept/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ tests:
33
arch_exclude: nios2
44
# FIXME: This test fails sporadically on all QEMU platforms, but fails
55
# consistently when coverage is enabled. Disable until 14173 is fixed.
6-
platform_exclude: qemu_x86_coverage litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
6+
platform_exclude: qemu_x86_coverage
7+
litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
8+
nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
79
tags: kernel

tests/kernel/timer/timer_api/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ tests:
55
kernel.timer.tickless:
66
extra_args: CONF_FILE="prj_tickless.conf"
77
arch_exclude: nios2 posix
8-
platform_exclude: qemu_x86_coverage litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
8+
platform_exclude: qemu_x86_coverage
9+
litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
10+
nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
911
tags: kernel timer userspace

tests/subsys/power/power_mgmt/testcase.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ tests:
22
subsys.power.device_pm:
33
# arch_irq_unlock(0) can't work correctly on these arch
44
arch_exclude: arc xtensa
5-
# When CONFIG_TICKLESS_IDLE enable, these platforms don't provide timer driver
5+
# When CONFIG_TICKLESS_IDLE enable, some of these platforms don't
6+
# provide a timer driver. Other platforms are excluded because
7+
# they lack some other required feature.
68
platform_exclude: rv32m1_vega_ri5cy rv32m1_vega_zero_riscy litex_vexriscv
9+
nrf5340dk_nrf5340_cpunet nrf5340pdk_nrf5340_cpunet
710
integration_platforms:
811
- qemu_x86
912
- mps2_an385

0 commit comments

Comments
 (0)