tests/subsys/mgmt/mcumgr/*: Switch to native_sim

Enable all these tests which run in native_posix in native_sim,
For those with native_posix as default test platform,
which it to native_sim.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-11-23 09:42:49 +01:00 committed by Fabio Baltieri
parent bb090128f6
commit bf937b0d92
8 changed files with 22 additions and 4 deletions

View File

@ -9,6 +9,8 @@ tests:
- qemu_cortex_m3
- native_posix
- native_posix_64
- native_sim
- native_sim_64
- qemu_riscv32_smp
- qemu_riscv64
tags:

View File

@ -9,7 +9,7 @@ common:
- mcumgr
- fs_mgmt_hash_supported
integration_platforms:
- native_posix
- native_sim
tests:
mgmt.mcumgr.fs.mgmt.hash.supported.crc32:
extra_args: >

View File

@ -5,7 +5,11 @@
#
tests:
mgmt.mcumgr.mcumgr.client:
platform_allow: native_posix
platform_allow:
- native_posix
- native_sim
integration_platforms:
- native_sim
tags:
- mcumgr
- mcumgr_client

View File

@ -9,6 +9,7 @@ common:
- os_mgmt_datetime
platform_allow:
- native_posix
- native_sim
- qemu_cortex_m0
- qemu_riscv64
- qemu_riscv64_smp

View File

@ -8,6 +8,8 @@ tests:
platform_allow:
- native_posix
- native_posix_64
- native_sim
- native_sim_64
- nrf52840dk_nrf52840
tags:
- settings_mgmt

View File

@ -5,7 +5,11 @@
#
tests:
mgmt.mcumgr.smp.client:
platform_allow: native_posix
platform_allow:
- native_posix
- native_sim
integration_platforms:
- native_sim
tags:
- mcumgr
- smp_client

View File

@ -5,7 +5,11 @@
#
tests:
mgmt.mcumgr.smp.reassembly:
platform_allow: native_posix
platform_allow:
- native_posix
- native_sim
integration_platforms:
- native_sim
tags:
- smp_reassembly
- mgmt

View File

@ -7,6 +7,7 @@ tests:
mgmt.mcumgr.zcbor.bulk:
platform_allow:
- native_posix
- native_sim
- qemu_cortex_m0
- qemu_cortex_m3
tags: