1common:
2  tags:
3    - bluetooth
4    - bt_tx_buffer_alloc
5    - bt_ull_llcp
6tests:
7  bluetooth.controller.ctrl_tx_buffer_alloc.test_0_per_conn:
8    type: unit
9
10  bluetooth.controller.ctrl_tx_buffer_alloc.test_1_per_conn:
11    type: unit
12    extra_args: CONF_FILE=prj_1.conf
13
14  bluetooth.controller.ctrl_tx_buffer_alloc.test_2_per_conn:
15    type: unit
16    extra_args: CONF_FILE=prj_2.conf
17
18  bluetooth.controller.ctrl_tx_buffer_alloc.test_3_per_conn:
19    type: unit
20    extra_args: CONF_FILE=prj_3.conf
21
22  bluetooth.controller.ctrl_tx_buffer_alloc.test_max_per_conn_alloc:
23    type: unit
24    extra_args: CONF_FILE=prj_max.conf
25
26  bluetooth.controller.ctrl_tx_buffer_alloc.test_max_common_alloc:
27    type: unit
28    extra_args: CONF_FILE=prj_max_common.conf
29