Skip to content

Commit 6cae3ac

Browse files
committed
ble: mesh: tests: Disabling QEMU target for BLE mesh test-cases
-QEMU target is not setting SOC_FAMILY_NORDIC_NRF so it doesn't build with PSA crypto enabled. Disabling qemu_cortex_m3 for: -light_ctrl -light_hue -sensor_subsys -silvair_enocean_model Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent c3d0922 commit 6cae3ac

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

Diff for: tests/subsys/bluetooth/mesh/light_ctrl/testcase.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ tests:
33
sysbuild: true
44
platform_allow:
55
- native_sim
6-
- qemu_cortex_m3
76
tags:
87
- bluetooth
98
- ci_build
109
- sysbuild
1110
integration_platforms:
12-
- qemu_cortex_m3
11+
- native_sim

Diff for: tests/subsys/bluetooth/mesh/light_hue/testcase.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ tests:
33
sysbuild: true
44
platform_allow:
55
- native_sim
6-
- qemu_cortex_m3
76
tags:
87
- bluetooth
98
- ci_build
109
- sysbuild
1110
integration_platforms:
12-
- qemu_cortex_m3
11+
- native_sim

Diff for: tests/subsys/bluetooth/mesh/sensor_subsys/testcase.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ tests:
33
sysbuild: true
44
platform_allow:
55
- native_sim
6-
- qemu_cortex_m3
76
tags:
87
- bluetooth
98
- ci_build
109
- sysbuild
1110
integration_platforms:
1211
- native_sim
13-
- qemu_cortex_m3

Diff for: tests/subsys/bluetooth/mesh/silvair_enocean_model/testcase.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ tests:
33
sysbuild: true
44
platform_allow:
55
- native_sim
6-
- qemu_cortex_m3
76
tags:
87
- bluetooth
98
- ci_build
109
- sysbuild
1110
integration_platforms:
1211
- native_sim
13-
- qemu_cortex_m3

0 commit comments

Comments
 (0)