zephyr/tests/bluetooth/controller/ctrl_cte_req/testcase.yaml
Torsten Rasmussen 1a119b4121 tests: use CONFIG_ZTEST_NEW_API=y for bluetooth/controller/ctrl_cte_req
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>
2022-08-19 05:15:07 +09:00

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