zephyr/tests/bluetooth/hci_uart_async/testcase.yaml
Johan Hedberg 1824dcda7c Bluetooth: tests: Convert to new HCI driver API
Convert all Bluetooth tests that define dummy HCI driver instances to use
the new HCI driver API. This requires both a custom DTS binding as well
as an app-specific overlay file.

Signed-off-by: Johan Hedberg <johan.hedberg@gmail.com>
2024-06-11 19:42:49 -04:00

14 lines
263 B
YAML

tests:
bluetooth.hci_uart_async:
extra_args:
- EXTRA_DTC_OVERLAY_FILE="test.overlay"
tags:
- bluetooth
- uart
harness: ztest
platform_allow:
- native_posix
- native_sim
integration_platforms:
- native_sim