1sample:
2  name: EEPROM Sample
3common:
4    tags: eeprom
5    integration_platforms:
6      - native_posix
7    harness: console
8    harness_config:
9      type: one_line
10      regex:
11        - "Reset the MCU to see the inceasing boot counter."
12
13tests:
14  sample.drivers.eeprom:
15    tags: eeprom
16    platform_allow: native_posix
17  sample.drivers.eeprom.shield.x_nucleo_eeprma2:
18    tags: eeprom shield
19    depends_on: arduino_gpio arduino_i2c arduino_spi
20    platform_exclude: ubx_evkannab1_nrf52832 sam_v71_xult sam_v71b_xult
21    extra_args: SHIELD=x_nucleo_eeprma2
22    harness: console
23    harness_config:
24        fixture: fixture_shield_x_nucleo_eeprma2
25