zephyr/tests/bluetooth/controller/ctrl_tx_buffer_alloc/testcase.yaml
Henrik Brix Andersen c6c5d5842d tests: remove test_framework tag from tests non-framework tests
Remove the "test_framework" tag from tests that are not testing the ztest
framework itself.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-03-15 15:03:02 +01:00

26 lines
735 B
YAML

common:
tags: bluetooth bt_tx_buffer_alloc bt_ull_llcp
tests:
bluetooth.controller.ctrl_tx_buffer_alloc.test_0_per_conn:
type: unit
bluetooth.controller.ctrl_tx_buffer_alloc.test_1_per_conn:
type: unit
extra_args: CONF_FILE=prj_1.conf
bluetooth.controller.ctrl_tx_buffer_alloc.test_2_per_conn:
type: unit
extra_args: CONF_FILE=prj_2.conf
bluetooth.controller.ctrl_tx_buffer_alloc.test_3_per_conn:
type: unit
extra_args: CONF_FILE=prj_3.conf
bluetooth.controller.ctrl_tx_buffer_alloc.test_max_per_conn_alloc:
type: unit
extra_args: CONF_FILE=prj_max.conf
bluetooth.controller.ctrl_tx_buffer_alloc.test_max_common_alloc:
type: unit
extra_args: CONF_FILE=prj_max_common.conf