zephyr/tests/bluetooth/controller/ctrl_conn_update/testcase.yaml
Andries Kruithof e6ba1eed90 bluetooth: controller: update unittests for LLCP to use proper ZTEST API
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>
2023-02-24 11:46:39 +01:00

14 lines
382 B
YAML

common:
tags: test_framework bluetooth bt_conn_update bt_conn_param_req bt_ull_llcp
tests:
bluetooth.controller.ctrl_conn_update.test:
type: unit
bluetooth.controller.ctrl_conn_update.apm_test:
type: unit
extra_args: CONF_FILE=prj_apm.conf
bluetooth.controller.ctrl_conn_update.no_param_req_test:
type: unit
extra_args: CONF_FILE=prj_no_param_req.conf