zephyr/tests/bluetooth/audio/pacs/testcase.yaml
Emil Gydesen 446ad0948d Bluetooth: PACS: Test and fix PACS Kconfig combinations
Add unit tests for all possible PACS combinations and
fix issues found.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2025-02-10 22:25:47 +01:00

62 lines
1.6 KiB
YAML

common:
tags:
- bluetooth
- bluetooth_audio
tests:
bluetooth.audio.pacs.test_default:
type: unit
extra_configs:
- CONFIG_BT_PAC_SNK=y
- CONFIG_BT_PAC_SNK_LOC=y
- CONFIG_BT_PAC_SRC=y
- CONFIG_BT_PAC_SRC_LOC=y
bluetooth.audio.pacs.test_snk_pac_snk_loc_src_pac:
type: unit
extra_configs:
- CONFIG_BT_PAC_SNK=y
- CONFIG_BT_PAC_SNK_LOC=y
- CONFIG_BT_PAC_SRC=y
- CONFIG_BT_PAC_SRC_LOC=n
bluetooth.audio.pacs.test_snk_pac_snk_loc:
type: unit
extra_configs:
- CONFIG_BT_PAC_SNK=y
- CONFIG_BT_PAC_SNK_LOC=y
- CONFIG_BT_PAC_SRC=n
- CONFIG_BT_PAC_SRC_LOC=n
bluetooth.audio.pacs.test_snk_pac:
type: unit
extra_configs:
- CONFIG_BT_PAC_SNK=y
- CONFIG_BT_PAC_SNK_LOC=n
- CONFIG_BT_PAC_SRC=n
- CONFIG_BT_PAC_SRC_LOC=n
bluetooth.audio.pacs.test_snk_pac_src_pac_src_loc:
type: unit
extra_configs:
- CONFIG_BT_PAC_SNK=y
- CONFIG_BT_PAC_SNK_LOC=n
- CONFIG_BT_PAC_SRC=y
- CONFIG_BT_PAC_SRC_LOC=y
bluetooth.audio.pacs.test_snk_pac_src_pac:
type: unit
extra_configs:
- CONFIG_BT_PAC_SNK=y
- CONFIG_BT_PAC_SNK_LOC=n
- CONFIG_BT_PAC_SRC=y
- CONFIG_BT_PAC_SRC_LOC=n
bluetooth.audio.pacs.test_src_pac_src_loc:
type: unit
extra_configs:
- CONFIG_BT_PAC_SNK=n
- CONFIG_BT_PAC_SNK_LOC=n
- CONFIG_BT_PAC_SRC=y
- CONFIG_BT_PAC_SRC_LOC=y
bluetooth.audio.pacs.test_src_pac:
type: unit
extra_configs:
- CONFIG_BT_PAC_SNK=n
- CONFIG_BT_PAC_SNK_LOC=n
- CONFIG_BT_PAC_SRC=y
- CONFIG_BT_PAC_SRC_LOC=n