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:
parent
bb090128f6
commit
bf937b0d92
@ -9,6 +9,8 @@ tests:
|
||||
- qemu_cortex_m3
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- qemu_riscv32_smp
|
||||
- qemu_riscv64
|
||||
tags:
|
||||
|
||||
@ -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: >
|
||||
|
||||
@ -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
|
||||
|
||||
@ -9,6 +9,7 @@ common:
|
||||
- os_mgmt_datetime
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
- qemu_cortex_m0
|
||||
- qemu_riscv64
|
||||
- qemu_riscv64_smp
|
||||
|
||||
@ -8,6 +8,8 @@ tests:
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- nrf52840dk_nrf52840
|
||||
tags:
|
||||
- settings_mgmt
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -7,6 +7,7 @@ tests:
|
||||
mgmt.mcumgr.zcbor.bulk:
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
- qemu_cortex_m0
|
||||
- qemu_cortex_m3
|
||||
tags:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user