168 lines
4.9 KiB
YAML
168 lines
4.9 KiB
YAML
tests:
|
|
bluetooth.shell.main:
|
|
extra_configs:
|
|
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
|
platform_allow: qemu_cortex_m3 qemu_x86 native_posix native_posix_64 nrf52840dk_nrf52840
|
|
platform_exclude: nrf52dk_nrf52810
|
|
tags: bluetooth
|
|
harness: keyboard
|
|
min_flash: 145
|
|
bluetooth.shell.cdc_acm:
|
|
extra_args: OVERLAY_CONFIG=cdc_acm.conf
|
|
DTC_OVERLAY_FILE="usb.overlay"
|
|
depends_on: usb_device
|
|
platform_allow: native_posix native_posix_64 nrf52840dk_nrf52840
|
|
platform_exclude: nrf52dk_nrf52810
|
|
tags: bluetooth
|
|
harness: keyboard
|
|
min_flash: 350
|
|
bluetooth.shell.shell_br:
|
|
extra_configs:
|
|
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
|
extra_args: CONF_FILE="prj_br.conf"
|
|
platform_allow: qemu_cortex_m3 qemu_x86 native_posix native_posix_64
|
|
platform_exclude: nrf52dk_nrf52810
|
|
tags: bluetooth
|
|
harness: keyboard
|
|
bluetooth.shell.no_privacy:
|
|
build_only: true
|
|
extra_args: CONFIG_BT_PRIVACY=n
|
|
platform_allow: native_posix
|
|
tags: bluetooth
|
|
|
|
# Bluetooth Audio Compile validation tests
|
|
bluetooth.shell.audio:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_vcs:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_VCS=n
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_vocs:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_VOCS_MAX_INSTANCE_COUNT=0
|
|
- CONFIG_BT_VCS_VOCS_INSTANCE_COUNT=0
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_aics:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_AICS_MAX_INSTANCE_COUNT=0
|
|
- CONFIG_BT_VCS_AICS_INSTANCE_COUNT=0
|
|
- CONFIG_BT_MICS_AICS_INSTANCE_COUNT=0
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_aics_vocs:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_VOCS_MAX_INSTANCE_COUNT=0
|
|
- CONFIG_BT_VCS_VOCS_INSTANCE_COUNT=0
|
|
- CONFIG_BT_AICS_MAX_INSTANCE_COUNT=0
|
|
- CONFIG_BT_VCS_AICS_INSTANCE_COUNT=0
|
|
- CONFIG_BT_MICS_AICS_INSTANCE_COUNT=0
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_vcs_client:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_VCS_CLIENT=n
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_vcs_vcs_client:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_VCS=n
|
|
- CONFIG_BT_VCS_CLIENT=n
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.vcs_client_no_aics_client:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_VCS_CLIENT_MAX_AICS_INST=0
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.vcs_client_no_vocs_client:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_VCS_CLIENT_MAX_VOCS_INST=0
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_mics:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_MICS=n
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_mics_client:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_MICS_CLIENT=n
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_mics_mics_client:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_MICS=n
|
|
- CONFIG_BT_MICS_CLIENT=n
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.mics_client_no_aics_client:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_MICS_CLIENT_MAX_AICS_INST=0
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_mcs:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_MCS=n
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_mcc:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_MCC=n
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_ots:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_OTS=n
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_mcc_ots:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_MCC_OTS=n
|
|
tags: bluetooth
|
|
bluetooth.shell.audio.no_otsc:
|
|
extra_args: CONF_FILE="audio.conf"
|
|
build_only: true
|
|
platform_allow: native_posix
|
|
extra_configs:
|
|
- CONFIG_BT_OTS=n
|
|
- CONFIG_BT_MCC_OTS=n
|
|
tags: bluetooth
|