zephyr/tests/bluetooth/controller/ctrl_tx_buffer_alloc/testcase.yaml
Fabio Baltieri f5b4acac57 yamllint: indentation: fix files in tests/
Fix the YAML files indentation for files in tests/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

22 lines
934 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"