zephyr/samples/drivers/eeprom/sample.yaml
Anas Nashif 2e65ee17f6 tests: eeprom: fix integration_platforms
Fix usage of integration_platforms. Do not set it when the board is
excluded using some other filters.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-04-08 09:31:01 +02:00

27 lines
715 B
YAML

sample:
name: EEPROM Sample
common:
tags: eeprom
harness: console
harness_config:
type: one_line
regex:
- "Reset the MCU to see the increasing boot counter."
tests:
sample.drivers.eeprom:
tags: eeprom
platform_allow: native_posix gd32f450i_eval
integration_platforms:
- native_posix
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
extra_args: SHIELD=x_nucleo_eeprma2
harness: console
harness_config:
fixture: fixture_shield_x_nucleo_eeprma2
integration_platforms:
- nucleo_f070rb