tests: fix identifiers

Fix identifier and rename plain 'test' to something more appropriate.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-09-29 11:02:13 -04:00
commit 2d4837061a
8 changed files with 15 additions and 15 deletions

View file

@ -2,7 +2,7 @@ sample:
description: Demonstration of the AMS iAQ-core Digital VOC Sensor driver
name: iAQcore sample
tests:
test:
sample.iAQcore:
harness: sensor
tags: samples
depends_on: i2c arduino_i2c

View file

@ -1,7 +1,7 @@
sample:
name: BME680 Sensor sample
tests:
test:
sample.bme680:
harness: sensor
tags: samples sensor
depends_on: i2c bme680

View file

@ -2,7 +2,7 @@ sample:
description: Demonstration of the AMS Temperature and Humidity Sensor driver
name: ENS210 sample
tests:
test:
sample.ens210:
harness: sensor
tags: samples
depends_on: i2c arduino_i2c

View file

@ -1,7 +1,7 @@
sample:
name: X-NUCLEO-IKS01A3 sensor shield
tests:
test:
sample.shield.x_nucleo_iks01a3:
harness: shield
tags: shield
depends_on: arduino_i2c arduino_gpio

View file

@ -1,7 +1,7 @@
sample:
name: X-NUCLEO-IKS01A3 sensor shield
tests:
test:
sample.shield.x_nucleo_iks01a3:
harness: shield
tags: shield
depends_on: arduino_i2c arduino_gpio

View file

@ -3,6 +3,6 @@ sample:
application
name: ipm_mhu_dual_core
tests:
test:
sample.ipm:
tags: ipm
platform_whitelist: v2m_musca v2m_musca_nonsecure v2m_musca_b1 v2m_musca_b1_nonsecure

View file

@ -1,39 +1,39 @@
tests:
test:
mesh:
build_only: true
platform_whitelist: qemu_x86 nrf51_pca10028 nrf52840_pca10056
tags: bluetooth mesh
test_dbg:
mesh.dbg:
build_only: true
extra_args: CONF_FILE=dbg.conf
platform_whitelist: qemu_x86 nrf51_pca10028 nrf52840_pca10056
tags: bluetooth mesh
test_friend:
mesh.friend:
build_only: true
extra_args: CONF_FILE=friend.conf
platform_whitelist: qemu_x86 nrf51_pca10028 nrf52840_pca10056
tags: bluetooth mesh
test_gatt:
mesh.gatt:
build_only: true
extra_args: CONF_FILE=gatt.conf
platform_whitelist: qemu_x86 nrf51_pca10028 nrf52840_pca10056
tags: bluetooth mesh
test_lpn:
mesh.lpn:
build_only: true
extra_args: CONF_FILE=lpn.conf
platform_whitelist: qemu_x86 nrf51_pca10028 nrf52840_pca10056
tags: bluetooth mesh
test_microbit:
mesh.microbit:
build_only: true
extra_args: CONF_FILE=microbit.conf
platform_whitelist: bbc_microbit
tags: bluetooth mesh
test_pb_gatt:
mesh.pb_gatt:
build_only: true
extra_args: CONF_FILE=pb_gatt.conf
platform_whitelist: qemu_x86 nrf51_pca10028 nrf52840_pca10056
tags: bluetooth mesh
test_proxy:
mesh.proxy:
build_only: true
extra_args: CONF_FILE=proxy.conf
platform_whitelist: qemu_x86 nrf51_pca10028 nrf52840_pca10056

View file

@ -1,4 +1,4 @@
tests:
test:
board.shell:
tags: shell
harness: keyboard