tests: updated names for the tests

Some test cases have the same test case name.
To get rid of it, I decided to change test cases names
contained same names.
Please check my logic, how I give them names.
Usually trying to give name same as a directory folder.
There are still more test cases which necessary to change,
but I will make changes by small steps.

Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
This commit is contained in:
Maksim Masalski 2019-10-22 14:32:33 +08:00 committed by Anas Nashif
commit 813ef68554
6 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
tests: tests:
crypto.tinycrypt: crypto.tinycrypt.hmac_prng:
tags: tinycrypt crypto sha256 hmac prng tags: tinycrypt crypto sha256 hmac prng
platform_whitelist: native_posix platform_whitelist: native_posix

View file

@ -1,5 +1,5 @@
tests: tests:
libraries.encoding: libraries.encoding.json:
filter: not CONFIG_NEWLIB_LIBC filter: not CONFIG_NEWLIB_LIBC
min_flash: 34 min_flash: 34
tags: json tags: json

View file

@ -4,21 +4,21 @@ common:
arch_exclude: posix arch_exclude: posix
tests: tests:
portability.posix: portability.posix.common:
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
extra_configs: extra_configs:
- CONFIG_NEWLIB_LIBC=n - CONFIG_NEWLIB_LIBC=n
portability.posix.newlib: portability.posix.common.newlib:
platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard platform_exclude: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
filter: TOOLCHAIN_HAS_NEWLIB == 1 filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs: extra_configs:
- CONFIG_NEWLIB_LIBC=y - CONFIG_NEWLIB_LIBC=y
portability.posix.nsim: portability.posix.common.nsim:
platform_whitelist: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard platform_whitelist: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
extra_configs: extra_configs:
- CONFIG_NEWLIB_LIBC=n - CONFIG_NEWLIB_LIBC=n
- CONFIG_TEST_HW_STACK_PROTECTION=n - CONFIG_TEST_HW_STACK_PROTECTION=n
portability.posix.newlib.nsim: portability.posix.common.newlib.nsim:
platform_whitelist: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard platform_whitelist: nsim_sem_mpu_stack_guard nsim_em_mpu_stack_guard
filter: TOOLCHAIN_HAS_NEWLIB == 1 filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs: extra_configs:

View file

@ -3,10 +3,10 @@ common:
min_ram: 128 min_ram: 128
tags: posix filesystem tags: posix filesystem
tests: tests:
portability.posix: portability.posix.fs:
extra_configs: extra_configs:
- CONFIG_NEWLIB_LIBC=n - CONFIG_NEWLIB_LIBC=n
portability.posix.newlib: portability.posix.fs.newlib:
filter: TOOLCHAIN_HAS_NEWLIB == 1 filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs: extra_configs:
- CONFIG_NEWLIB_LIBC=y - CONFIG_NEWLIB_LIBC=y

View file

@ -1,5 +1,5 @@
tests: tests:
libraries.encoding: libraries.encoding.jwt:
min_ram: 96 min_ram: 96
min_flash: 72 min_flash: 72
tags: jwt tags: jwt

View file

@ -1,4 +1,4 @@
tests: tests:
libraries.encoding: libraries.encoding.base64:
tags: base64 tags: base64
type: unit type: unit