22 lines
948 B
YAML
22 lines
948 B
YAML
common:
|
|
tags: test_framework bluetooth bt_tx_buffer_alloc bt_ull_llcp
|
|
tests:
|
|
bluetooth.controller.ctrl_tx_buffer_alloc.test_0_per_conn:
|
|
type: unit
|
|
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=0
|
|
bluetooth.controller.ctrl_tx_buffer_alloc.test_1_per_conn:
|
|
type: unit
|
|
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=1
|
|
bluetooth.controller.ctrl_tx_buffer_alloc.test_2_per_conn:
|
|
type: unit
|
|
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=2
|
|
bluetooth.controller.ctrl_tx_buffer_alloc.test_3_per_conn:
|
|
type: unit
|
|
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=3
|
|
bluetooth.controller.ctrl_tx_buffer_alloc.test_max_per_conn_alloc:
|
|
type: unit
|
|
extra_args: CONFIG_BT_CTLR_LLCP_PER_CONN_TX_CTRL_BUF_NUM=4
|
|
bluetooth.controller.ctrl_tx_buffer_alloc.test_max_common_alloc:
|
|
type: unit
|
|
extra_args: KCONFIG_OVERRIDE_FILE="kconfig_override_max_common.h"
|