tests/bluetooth: Use hwmv2 native targets identifiers

For the 64 bit targets, change identifiers to the new hwmv2 ones.
And remove redundant overlays (which were equal for the 32
and 64 bit versions)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-03-14 14:58:03 +01:00 committed by Henrik Brix Andersen
parent 05f1b2c207
commit 68975aa837
11 changed files with 24 additions and 40 deletions

View file

@ -2,9 +2,9 @@ tests:
bluetooth.addr:
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
- qemu_x86
- qemu_cortex_m3
tags:

View file

@ -4,9 +4,9 @@ tests:
- qemu_x86
- qemu_cortex_m3
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
integration_platforms:
- qemu_x86
tags: bluetooth

View file

@ -2,9 +2,9 @@ tests:
bluetooth.bt_crypto:
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
- qemu_x86
- qemu_cortex_m3
integration_platforms:

View file

@ -2,9 +2,9 @@ tests:
bluetooth.bt_crypto_ccm:
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
integration_platforms:
- native_sim
tags: bluetooth

View file

@ -2,9 +2,9 @@ tests:
bluetooth.gatt:
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
- qemu_x86
- qemu_cortex_m3
integration_platforms:

View file

@ -4,9 +4,9 @@ tests:
- qemu_x86
- qemu_cortex_m3
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
integration_platforms:
- native_sim
tags:

View file

@ -2,9 +2,9 @@ tests:
bluetooth.host_long_adv_recv:
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
integration_platforms:
- native_sim
tags:

View file

@ -2,9 +2,9 @@ tests:
bluetooth.l2cap:
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
- qemu_x86
- qemu_cortex_m3
integration_platforms:

View file

@ -1,16 +0,0 @@
CONFIG_NO_OPTIMIZATIONS=y
# Allows for copying larger amount of data into the shell
CONFIG_SHELL_BACKEND_SERIAL_RX_RING_BUFFER_SIZE=4096
# For native posix k_sleep is used in the data path as well as for shell input
# detection, hence data processing is at least two ticks per packet. To support
# 5ms ISO interval bidirectional data the system shall never stall for more
# than 1.5 ms in average.
CONFIG_SYS_CLOCK_TICKS_PER_SEC=500
# For LC3 the following configs are needed
CONFIG_FPU=y
CONFIG_LIBLC3=y
# The LC3 codec uses a large amount of stack. This app runs the codec in the work-queue, hence
# inctease stack size for that thread.
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096

View file

@ -12,9 +12,9 @@ tests:
platform_allow:
- qemu_x86
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
- nrf52840dk/nrf52840
integration_platforms:
- qemu_x86
@ -36,9 +36,9 @@ tests:
depends_on: usb_device
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
- nrf52840dk/nrf52840
integration_platforms:
- native_sim
@ -54,9 +54,9 @@ tests:
- qemu_cortex_m3
- qemu_x86
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
integration_platforms:
- native_sim
platform_exclude: nrf52dk/nrf52810

View file

@ -2,9 +2,9 @@ tests:
bluetooth.uuid:
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
- qemu_x86
- qemu_cortex_m3
integration_platforms: