| 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 |