The bluetooth/controller/ctrl_cte_req wrongly defaulted to old Ztest API after the introduction of the new unit_testing board. Enforce use of CONFIG_ZTEST_NEW_API to get test working again. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
8 lines
184 B
YAML
8 lines
184 B
YAML
common:
|
|
tags: test_framework bluetooth bt_le_cte_req bt_ull_llcp
|
|
tests:
|
|
bluetooth.controller.ctrl_cte_req.test:
|
|
type: unit
|
|
extra_configs:
|
|
- CONFIG_ZTEST_NEW_API=y
|