zephyr/tests/drivers/eeprom/api/testcase.yaml
Henrik Brix Andersen 7630f67fd0 tests: drivers: eeprom: move API tests to subdirectory
Move the EEPROM API tests to a subdirectory to prepare for further EEPROM
driver tests.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-11-15 09:43:42 -06:00

13 lines
340 B
YAML

common:
depends_on: eeprom
tags: drivers eeprom
tests:
drivers.eeprom.api:
# Tests overwrite EEPROM content, only run on select boards
platform_allow: |
native_posix native_posix_64 qemu_x86
nucleo_l152re nucleo_l073rz
drivers.eeprom.api.build:
# Build-only test for boards with EEPROMs
build_only: true