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:
parent
4c095b5cbc
commit
2d4837061a
8 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
sample:
|
||||
name: BME680 Sensor sample
|
||||
tests:
|
||||
test:
|
||||
sample.bme680:
|
||||
harness: sensor
|
||||
tags: samples sensor
|
||||
depends_on: i2c bme680
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
test:
|
||||
board.shell:
|
||||
tags: shell
|
||||
harness: keyboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue