tests/bluetooth/*: Enable for native_sim
Enable all remaining bluetooth tests for native_sim and switch from native_posix to native_sim as default test platform Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
ed2251ae75
commit
6c9dfe1b2c
|
@ -3,10 +3,12 @@ tests:
|
|||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- qemu_x86
|
||||
- qemu_cortex_m3
|
||||
tags:
|
||||
- bluetooth
|
||||
- addr
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
@ -5,6 +5,8 @@ tests:
|
|||
- qemu_cortex_m3
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
tags: bluetooth
|
||||
|
|
|
@ -3,8 +3,10 @@ tests:
|
|||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- qemu_x86
|
||||
- qemu_cortex_m3
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tags: bluetooth
|
||||
|
|
|
@ -3,6 +3,8 @@ tests:
|
|||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tags: bluetooth
|
||||
|
|
|
@ -2,4 +2,8 @@ common:
|
|||
tags: bluetooth
|
||||
tests:
|
||||
bluetooth.isoal.test:
|
||||
platform_allow: native_posix
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
|
@ -2,4 +2,8 @@ common:
|
|||
tags: bluetooth
|
||||
tests:
|
||||
bluetooth.privacy.test:
|
||||
platform_allow: native_posix
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
|
@ -3,10 +3,12 @@ tests:
|
|||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- qemu_x86
|
||||
- qemu_cortex_m3
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tags:
|
||||
- bluetooth
|
||||
- gatt
|
||||
|
|
|
@ -5,8 +5,10 @@ tests:
|
|||
- qemu_cortex_m3
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tags:
|
||||
- bluetooth
|
||||
- hci
|
||||
|
|
|
@ -3,8 +3,10 @@ tests:
|
|||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tags:
|
||||
- bluetooth
|
||||
- host
|
||||
|
|
|
@ -3,10 +3,12 @@ tests:
|
|||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- qemu_x86
|
||||
- qemu_cortex_m3
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tags:
|
||||
- bluetooth
|
||||
- l2cap
|
||||
|
|
|
@ -3,10 +3,12 @@ tests:
|
|||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- qemu_x86
|
||||
- qemu_cortex_m3
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tags:
|
||||
- bluetooth
|
||||
- uuid
|
||||
|
|
Loading…
Reference in a new issue