tests: remove duplicate names for tests
After running command --list-test-duplicates I found out that some test cases have same names (duplicated). To get rid of it, I decided to change names in .yaml files Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
This commit is contained in:
parent
0d7769f3b8
commit
c25262c829
6 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
sample:
|
sample:
|
||||||
name: X-NUCLEO-IKS01A3 sensor shield
|
name: X-NUCLEO-IKS01A3 sensor shield
|
||||||
tests:
|
tests:
|
||||||
sample.shields.x_nucleo_iks01a3:
|
sample.shields.x_nucleo_iks01a3.sensorhub:
|
||||||
harness: shield
|
harness: shield
|
||||||
tags: shield
|
tags: shield
|
||||||
depends_on: arduino_i2c arduino_gpio
|
depends_on: arduino_i2c arduino_gpio
|
||||||
|
|
|
@ -3,7 +3,7 @@ sample:
|
||||||
common:
|
common:
|
||||||
min_ram: 16
|
min_ram: 16
|
||||||
tests:
|
tests:
|
||||||
sample.shields.x_nucleo_iks01a3:
|
sample.shields.x_nucleo_iks01a3.standard:
|
||||||
harness: shield
|
harness: shield
|
||||||
tags: shield
|
tags: shield
|
||||||
depends_on: arduino_i2c arduino_gpio
|
depends_on: arduino_i2c arduino_gpio
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
system.settings.fcb:
|
system.settings.fcb.base64:
|
||||||
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 native_posix native_posix_64
|
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 native_posix native_posix_64
|
||||||
tags: settings_fcb
|
tags: settings_fcb
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
system.settings.fcb:
|
system.settings.fcb.raw:
|
||||||
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 native_posix native_posix_64
|
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 native_posix native_posix_64
|
||||||
tags: settings_fcb
|
tags: settings_fcb
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
# Copyright (c) 2019 Nordic Semiconductor ASA
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
system.settings.littlefs:
|
system.settings.littlefs.base64:
|
||||||
platform_whitelist: nrf52840_pca10056 native_posix native_posix_64
|
platform_whitelist: nrf52840_pca10056 native_posix native_posix_64
|
||||||
tags: settings_fs filesystem
|
tags: settings_fs filesystem
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
# Copyright (c) 2019 Nordic Semiconductor ASA
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
system.settings.littlefs:
|
system.settings.littlefs.raw:
|
||||||
platform_whitelist: nrf52840_pca10056 native_posix native_posix_64
|
platform_whitelist: nrf52840_pca10056 native_posix native_posix_64
|
||||||
tags: settings_fs settings_littlefs
|
tags: settings_fs settings_littlefs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue