Skip to content

Commit 1d47030

Browse files
cvinayakjhedberg
authored andcommitted
Bluetooth: tests : Include building the LL split in CI
Include building the init tests with the new Link Layer split architecture. Has the data length update and controller privacy disabled until they are implemented in the new architecture. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 04857d0 commit 1d47030

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
CONFIG_BT=y
2+
CONFIG_BT_CTLR=y
3+
CONFIG_BT_LL_SW_SPLIT=y
4+
CONFIG_BT_CTLR_PRIVACY=n
5+
CONFIG_BT_DATA_LEN_UPDATE=n
6+
CONFIG_BT_HCI_ACL_FLOW_CONTROL=y
7+
CONFIG_BT_PERIPHERAL=y
8+
CONFIG_BT_CENTRAL=y
9+
CONFIG_BT_SMP=y
10+
CONFIG_BT_SIGNING=y
11+
CONFIG_BT_SMP_SC_ONLY=y
12+
CONFIG_BT_TINYCRYPT_ECC=y
13+
CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y
14+
CONFIG_BT_GATT_CLIENT=y
15+
CONFIG_BT_BREDR=n
16+
CONFIG_FLASH=y
17+
CONFIG_SOC_FLASH_NRF_RADIO_SYNC=y
18+
CONFIG_ZTEST=y
19+

tests/bluetooth/init/testcase.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ tests:
8585
extra_args: CONF_FILE=prj_controller_dbg.conf
8686
platform_whitelist: nrf52840_pca10056 nrf52_pca10040
8787
nrf51_pca10028 96b_nitrogen
88+
test_controller_ll_sw_split:
89+
extra_args: CONF_FILE=prj_controller_ll_sw_split.conf
90+
platform_whitelist: nrf52840_pca10056 nrf52_pca10040
91+
nrf51_pca10028
8892
test_h5:
8993
extra_args: CONF_FILE=prj_h5.conf
9094
platform_whitelist: qemu_cortex_m3

0 commit comments

Comments
 (0)