tests: settings: fix test meta data and components

Fix meta data and standarize components in test identifiers.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-10-10 17:05:01 +00:00 committed by Johan Hedberg
parent 276a0e02c6
commit 4dabea6f67
7 changed files with 40 additions and 21 deletions

View file

@ -1,5 +1,5 @@
tests:
system.settings.fcb.raw:
settings.fcb.raw:
platform_allow:
- nrf52840dk_nrf52840
- nrf52dk_nrf52832
@ -9,4 +9,6 @@ tests:
integration_platforms:
- nrf52840dk_nrf52840
- native_posix
tags: settings_fcb
tags:
- settings
- fcb

View file

@ -1,8 +1,10 @@
tests:
system.settings.fcb:
settings.fcb:
platform_allow:
- nrf52840dk_nrf52840
- nrf52dk_nrf52832
integration_platforms:
- nrf52840dk_nrf52840
tags: settings_intialization_fcb
tags:
- settings
- fcb

View file

@ -2,12 +2,13 @@
# Copyright (c) 2019 Nordic Semiconductor ASA
tests:
system.settings.file.raw:
settings.file.raw:
platform_allow:
- nrf52840dk_nrf52840
- native_posix
- native_posix_64
- mr_canhubk3
tags:
- settings_file
- settings_file_littlefs
- settings
- file
- littlefs

View file

@ -1,5 +1,5 @@
tests:
system.settings.functional.fcb:
settings.functional.fcb:
platform_allow:
- nrf52840dk_nrf52840
- nrf52dk_nrf52832
@ -8,8 +8,10 @@ tests:
- mr_canhubk3
integration_platforms:
- nrf52840dk_nrf52840
tags: settings_fcb
system.settings.functional.fcb.chosen:
tags:
- settings
- fcb
settings.functional.fcb.chosen:
extra_args: DTC_OVERLAY_FILE=./chosen.overlay
platform_allow:
- native_posix
@ -17,4 +19,6 @@ tests:
- mr_canhubk3
integration_platforms:
- native_posix
tags: settings_fcb
tags:
- settings
- fcb

View file

@ -1,5 +1,5 @@
tests:
system.settings.file:
settings.file:
platform_allow:
- nrf52840dk_nrf52840
- nrf52dk_nrf52832
@ -8,4 +8,6 @@ tests:
- mr_canhubk3
integration_platforms:
- native_posix
tags: settings_file
tags:
- settings
- file

View file

@ -1,21 +1,27 @@
tests:
system.settings.functional.nvs:
settings.functional.nvs:
platform_allow:
- qemu_x86
- native_posix
- native_posix_64
tags: settings_nvs
system.settings.functional.nvs.chosen:
tags:
- settings
- nvs
settings.functional.nvs.chosen:
extra_args: DTC_OVERLAY_FILE=./chosen.overlay
platform_allow:
- native_posix
- native_posix_64
tags: settings_nvs
system.settings.functional.nvs.dk:
tags:
- settings
- nvs
settings.functional.nvs.dk:
extra_args: OVERLAY_CONFIG=mpu.conf
platform_allow:
- nrf52840dk_nrf52840
- nrf52dk_nrf52832
integration_platforms:
- nrf52840dk_nrf52840
tags: settings_nvs
tags:
- settings
- nvs

View file

@ -1,5 +1,7 @@
tests:
system.settings.nvs:
settings.nvs:
depends_on: nvs
min_ram: 32
tags: settings_nvs
tags:
- settings
- nvs