1sample:
2  name: EEPROM Sample
3
4tests:
5  sample.drivers.eeprom:
6    tags: eeprom
7    platform_allow:
8      - gd32f450i_eval
9      - native_posix
10      - native_posix_64
11    integration_platforms:
12      - native_posix_64
13    harness: console
14    harness_config:
15      type: one_line
16      regex:
17        - "Reset the MCU to see the increasing boot counter."
18  sample.drivers.eeprom.shield.x_nucleo_eeprma2:
19    tags:
20      - eeprom
21      - shield
22    depends_on:
23      - arduino_gpio
24      - arduino_i2c
25      - arduino_spi
26    platform_exclude:
27      - ubx_evkannab1_nrf52832
28      - sam_v71_xult
29      - sam_v71b_xult
30      - pan1781_evb
31      - pan1782_evb
32      - pan1770_evb
33      - pan1780_evb
34      - mimxrt1010_evk
35    extra_args: SHIELD=x_nucleo_eeprma2
36    harness: console
37    harness_config:
38      fixture: fixture_shield_x_nucleo_eeprma2
39    integration_platforms:
40      - nucleo_f070rb
41