commit | 5622ee4c596df93371a44881b5bfaddd8653c2a9 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Thu May 07 07:36:07 2020 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu May 07 14:23:45 2020 -0400 |
tree | ed9a7e2626f7cb1d6190f1930fab5149f9006104 | |
parent | 194079d5bdedd217f5ad162bee4f44fc15e6fdcc [diff] |
samples: x_nucleo_iks02a1: fix test identifier Use a more complete test identifier instead of just test. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/samples/shields/x_nucleo_iks02a1/microphone/sample.yaml b/samples/shields/x_nucleo_iks02a1/microphone/sample.yaml index efe2e1b..2711ae8 100644 --- a/samples/shields/x_nucleo_iks02a1/microphone/sample.yaml +++ b/samples/shields/x_nucleo_iks02a1/microphone/sample.yaml
@@ -1,7 +1,7 @@ sample: name: X-NUCLEO-IKS02A1 sensor shield tests: - test: + sample.shields.x_nucleo_iks02a1.microphone: harness: shield tags: shield depends_on: arduino_i2s
diff --git a/samples/shields/x_nucleo_iks02a1/sensorhub/sample.yaml b/samples/shields/x_nucleo_iks02a1/sensorhub/sample.yaml index 036b51b..f486518 100644 --- a/samples/shields/x_nucleo_iks02a1/sensorhub/sample.yaml +++ b/samples/shields/x_nucleo_iks02a1/sensorhub/sample.yaml
@@ -1,7 +1,7 @@ sample: name: X-NUCLEO-IKS02A1 sensor shield tests: - sample.shields.x_nucleo_iks02a1: + sample.shields.x_nucleo_iks02a1.sensorhub: harness: shield tags: shield depends_on: arduino_i2c arduino_gpio
diff --git a/samples/shields/x_nucleo_iks02a1/standard/sample.yaml b/samples/shields/x_nucleo_iks02a1/standard/sample.yaml index 83cd877..b71c1c5 100644 --- a/samples/shields/x_nucleo_iks02a1/standard/sample.yaml +++ b/samples/shields/x_nucleo_iks02a1/standard/sample.yaml
@@ -3,7 +3,7 @@ common: min_ram: 16 tests: - sample.shields.x_nucleo_iks02a1: + sample.shields.x_nucleo_iks02a1.standard: harness: shield tags: shield depends_on: arduino_i2c arduino_gpio