* Fix app path in documentation * Move the at24 emulator overlays to be general instead of native_posix specific * Switch default test platform from native_posix to native_sim * From build only test, exclude platforms which are used in the build and run test. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
40 lines
934 B
YAML
40 lines
934 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
|
|
- native_sim
|
|
- native_sim_64
|
|
- qemu_x86
|
|
- nucleo_l152re
|
|
- nucleo_l073rz
|
|
integration_platforms:
|
|
- qemu_x86
|
|
drivers.eeprom.api.w_at2x_emul:
|
|
# Tests overwrite EEPROM content, only run on select boards
|
|
extra_args:
|
|
- DTC_OVERLAY_FILE=at2x_emul.overlay
|
|
- OVERLAY_CONFIG=at2x_emul.conf
|
|
platform_allow:
|
|
- native_posix
|
|
- native_posix_64
|
|
- native_sim
|
|
- native_sim_64
|
|
integration_platforms:
|
|
- native_sim
|
|
drivers.eeprom.api.build:
|
|
# Build-only test for boards with EEPROMs
|
|
build_only: true
|
|
platform_exclude:
|
|
- native_sim
|
|
- native_sim_64
|
|
- qemu_x86
|
|
- nucleo_l152re
|
|
- nucleo_l073rz
|