zephyr/tests/bluetooth/host/conn/testcase.yaml
Pavel Vasilyev 1fbcc0e6f9 tests: bluetooth: host: conn: Add bt_conn_le_create unit test
Add a test that checks behavior of
CONFIG_BT_CONN_CHECK_NULL_BEFORE_CREATE Kconfig option.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
2024-10-18 17:46:04 +01:00

12 lines
233 B
YAML

common:
tags:
- bluetooth
- host
tests:
bluetooth.host.conn.test_default:
type: unit
bluetooth.host.conn.check_null_before_create:
type: unit
extra_configs:
- CONFIG_BT_CONN_CHECK_NULL_BEFORE_CREATE=y