This commit adds a unit test that checks the freed buffer callback of the bluetooth data buffer API. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
31 lines
639 B
YAML
31 lines
639 B
YAML
common:
|
|
tags:
|
|
- bluetooth
|
|
- host
|
|
|
|
tests:
|
|
bluetooth.buf:
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
integration_platforms:
|
|
- native_sim
|
|
extra_configs:
|
|
- CONFIG_BT_HCI_ACL_FLOW_CONTROL=y
|
|
bluetooth.buf.no_acl_flow_control:
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
integration_platforms:
|
|
- native_sim
|
|
extra_configs:
|
|
- CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
|
|
bluetooth.buf.hci_raw:
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
integration_platforms:
|
|
- native_sim
|
|
extra_configs:
|
|
- CONFIG_BT_HCI_RAW=y
|