Update unittests for the following areas/controll procedures - API - collision handling - invalid PDUs - unsupported procedures - buffer allocation - TX queue - Data Length Update - PHY update - Encryption - Ping - Version - Channel map update - Min. used channels - Connection update - SCA - Terminate connection - CTE request - CIS create - CIS terminate Also moved the internal API tests from the ull_llcp* files to the proper unittest C-file Unused files are removed Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
26 lines
750 B
YAML
26 lines
750 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
|
|
|
|
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
|