zephyr/samples/drivers/eeprom/sample.yaml
Alberto Escolar Piedras 374ecf706d samples drivers eeprom: Switch from native_posix to native_sim
In the docs replace the references to native_posix with native_sim.
Enable this test in natives_sim.
And switch the default test platform to native_sim from native_posix.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-14 13:06:01 +01:00

43 lines
937 B
YAML

sample:
name: EEPROM Sample
tests:
sample.drivers.eeprom:
tags: eeprom
platform_allow:
- gd32f450i_eval
- native_posix
- native_posix_64
- native_sim
- native_sim_64
integration_platforms:
- native_sim_64
harness: console
harness_config:
type: one_line
regex:
- "Reset the MCU to see the increasing boot counter."
sample.drivers.eeprom.shield.x_nucleo_eeprma2:
tags:
- eeprom
- shield
depends_on:
- arduino_gpio
- arduino_i2c
- arduino_spi
platform_exclude:
- ubx_evkannab1_nrf52832
- sam_v71_xult
- sam_v71b_xult
- pan1781_evb
- pan1782_evb
- pan1770_evb
- pan1780_evb
- mimxrt1010_evk
extra_args: SHIELD=x_nucleo_eeprma2
harness: console
harness_config:
fixture: fixture_shield_x_nucleo_eeprma2
integration_platforms:
- nucleo_f070rb