Skip to content

Commit 83f1e0c

Browse files
aescolarnashif
authored andcommitted
tests/subsys/storage: Don't test on native_posix
native_posix is now deprecated. Building these tests in both native_sim and native_posix does not improve coverage for the tests or subsystem but doubles CI time. As anyhow native_posix will be removed all together in 2 releases, let's remove it already for these. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 5195c69 commit 83f1e0c

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

tests/subsys/storage/flash_map/testcase.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ tests:
44
- nrf51dk/nrf51822
55
- nrf9160dk/nrf9160/ns
66
- qemu_x86
7-
- native_posix
8-
- native_posix/native/64
97
- native_sim
108
- native_sim/native/64
119
- mr_canhubk3
@@ -29,8 +27,6 @@ tests:
2927
platform_allow:
3028
- nrf51dk/nrf51822
3129
- qemu_x86
32-
- native_posix
33-
- native_posix/native/64
3430
- native_sim
3531
- native_sim/native/64
3632
- mr_canhubk3
@@ -41,8 +37,6 @@ tests:
4137
extra_args: OVERLAY_CONFIG=overlay-psa.conf
4238
platform_allow:
4339
- nrf51dk/nrf51822
44-
- native_posix
45-
- native_posix/native/64
4640
- native_sim
4741
- native_sim/native/64
4842
- mr_canhubk3

tests/subsys/storage/stream/stream_flash/testcase.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
common:
22
platform_allow:
3-
- native_posix
4-
- native_posix/native/64
53
- native_sim
64
- native_sim/native/64
75
integration_platforms:
@@ -13,11 +11,6 @@ tests:
1311
extra_args:
1412
- CONFIG_STREAM_FLASH_ERASE=n
1513
- CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
16-
platform_allow:
17-
- native_posix
18-
- native_posix/native/64
19-
- native_sim
20-
- native_sim/native/64
2114
tags: stream_flash
2215
storage.stream_flash.no_explicit_erase:
2316
platform_allow:

0 commit comments

Comments
 (0)