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:
Maksim Masalski 2020-02-13 18:16:29 +03:00 committed by Kumar Gala
commit c25262c829
6 changed files with 6 additions and 6 deletions

View file

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

View file

@ -3,7 +3,7 @@ sample:
common:
min_ram: 16
tests:
sample.shields.x_nucleo_iks01a3:
sample.shields.x_nucleo_iks01a3.standard:
harness: shield
tags: shield
depends_on: arduino_i2c arduino_gpio

View file

@ -1,4 +1,4 @@
tests:
system.settings.fcb:
system.settings.fcb.base64:
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 native_posix native_posix_64
tags: settings_fcb

View file

@ -1,4 +1,4 @@
tests:
system.settings.fcb:
system.settings.fcb.raw:
platform_whitelist: nrf52840_pca10056 nrf52_pca10040 native_posix native_posix_64
tags: settings_fcb

View file

@ -2,6 +2,6 @@
# Copyright (c) 2019 Nordic Semiconductor ASA
tests:
system.settings.littlefs:
system.settings.littlefs.base64:
platform_whitelist: nrf52840_pca10056 native_posix native_posix_64
tags: settings_fs filesystem

View file

@ -2,6 +2,6 @@
# Copyright (c) 2019 Nordic Semiconductor ASA
tests:
system.settings.littlefs:
system.settings.littlefs.raw:
platform_whitelist: nrf52840_pca10056 native_posix native_posix_64
tags: settings_fs settings_littlefs