Add unit tests for all possible PACS combinations and fix issues found. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
62 lines
1.6 KiB
YAML
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
|