zephyr/tests/drivers/gpio/gpio_basic_api/testcase.yaml
Fabio Baltieri f5b4acac57 yamllint: indentation: fix files in tests/
Fix the YAML files indentation for files in tests/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

17 lines
417 B
YAML

common:
tags: drivers gpio
depends_on: gpio
harness: ztest
harness_config:
fixture: gpio_loopback
tests:
drivers.gpio.2pin:
min_flash: 34
filter: dt_compat_enabled("test-gpio-basic-api")
drivers.gpio.nrf_sense_edge:
platform_allow: nrf52840dk_nrf52840
extra_args: "DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840.overlay;\
boards/nrf52840dk_nrf52840_sense_edge.overlay"