samples: shields: x_nucleo_iks01a3: rename arduino_header depend

Change arduino_header depend to arduino_gpio as that is more meaningful.
Its easy to mistake arduino_header to mean the board has an arduino
header in general.  What we want to depend on is that we have the gpio
connector in the dts that has 'arduino_header' as the node label.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-09-11 06:45:29 -05:00 committed by Kumar Gala
commit e0a2086d9e
2 changed files with 2 additions and 2 deletions

View file

@ -5,5 +5,5 @@ tests:
platform_exclude: disco_l475_iot1
harness: shield
tags: shield
depends_on: arduino_i2c arduino_header
depends_on: arduino_i2c arduino_gpio
platform_exclude: disco_l475_iot1

View file

@ -5,5 +5,5 @@ tests:
platform_exclude: disco_l475_iot1
harness: shield
tags: shield
depends_on: arduino_i2c arduino_header
depends_on: arduino_i2c arduino_gpio
platform_exclude: disco_l475_iot1