zephyr/tests/subsys/modem/backends/uart/testcase.yaml
Bjarki Arge Andreasen bec7789862 tests: modem: backend: uart: Add fixture to test suite
Add fixture to test suite to allow for and signal that the test
must be run on real hardware.

Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
2023-11-27 12:18:19 +00:00

20 lines
396 B
YAML

# Copyright (c) 2023 Trackunit Corporation
# SPDX-License-Identifier: Apache-2.0
common:
harness: ztest
harness_config:
fixture: gpio_loopback
platform_allow:
- b_u585i_iot02a
- nrf5340dk_nrf5340_cpuapp
tests:
modem.backends.uart.async:
extra_configs:
- CONFIG_UART_ASYNC_API=y
modem.backends.uart.isr:
extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=y