Skip to content

Commit 21414b6

Browse files
nashifnordic-segl
authored andcommitted
[nrf fromtree] tests: use simulators in integration platforms
Where applicable, pick a simulator as the integration platform. Signed-off-by: Anas Nashif <[email protected]> Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit d1af028)
1 parent 39db23d commit 21414b6

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

tests/subsys/dfu/img_util/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ common:
44
- native_sim
55
- native_sim/native/64
66
integration_platforms:
7-
- nrf52840dk/nrf52840
7+
- native_sim
88
tests:
99
dfu.image_util:
1010
tags: dfu_image_util

tests/subsys/dfu/mcuboot/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ tests:
66
- native_sim/native/64
77
tags: dfu_mcuboot
88
integration_platforms:
9-
- nrf52840dk/nrf52840
9+
- native_sim

tests/subsys/dfu/mcuboot_multi/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ tests:
66
- native_sim/native/64
77
tags: dfu_mcuboot
88
integration_platforms:
9-
- nrf52840dk/nrf52840
9+
- native_sim

tests/subsys/fs/fcb/testcase.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ tests:
99
- mr_canhubk3
1010
tags: flash_circural_buffer
1111
integration_platforms:
12-
- nrf52840dk/nrf52840
12+
- native_sim
1313
filesystem.fcb.no_erase:
1414
platform_allow:
1515
- nrf54l09pdk/nrf54l09/cpuapp
1616
- nrf54l15dk/nrf54l15/cpuapp
1717
- nrf54l20pdk/nrf54l20/cpuapp
18+
- native_sim
19+
integration_platforms:
20+
- nrf54l09pdk/nrf54l09/cpuapp
21+
- native_sim
1822
filesystem.fcb.native_sim.no_erase:
1923
extra_args: CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
2024
platform_allow: native_sim
@@ -28,7 +32,7 @@ tests:
2832
- mr_canhubk3
2933
tags: flash_circural_buffer
3034
integration_platforms:
31-
- nrf52840dk/nrf52840
35+
- native_sim
3236
extra_args: CONFIG_FCB_ALLOW_FIXED_ENDMARKER=y
3337
filesystem.fcb.native_sim.fcb_0x00:
3438
extra_args: DTC_OVERLAY_FILE=boards/native_sim_ev_0x00.overlay

tests/subsys/fs/littlefs/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ common:
99
- mimxrt1060_evk/mimxrt1062/qspi
1010
- mr_canhubk3
1111
integration_platforms:
12-
- nrf52840dk/nrf52840
12+
- native_sim
1313
modules:
1414
- littlefs
1515
tests:

tests/subsys/jwt/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ common:
55
timeout: 120
66
tags: jwt
77
integration_platforms:
8-
- frdm_k64f
8+
- qemu_x86
99
extra_configs:
1010
- CONFIG_TEST_RANDOM_GENERATOR=y
1111
tests:

0 commit comments

Comments
 (0)