zephyr/tests/subsys/settings/performance/testcase.yaml
Anas Nashif abb5f52898 tests: settings: where possible, use simulators for integration platforms
We want to be able to run tests and get results in CI, not just build
for platforms we do not have access to.
Where possible, use a simulator instead of hw platforms.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-03-11 11:34:54 +01:00

69 lines
1.6 KiB
YAML

tests:
settings.performance.zms:
extra_configs:
- CONFIG_SETTINGS_ZMS=y
- CONFIG_ZMS_LOOKUP_CACHE=y
- CONFIG_ZMS_LOOKUP_CACHE_SIZE=512
platform_allow:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- mps2/an385
integration_platforms:
- mps2/an385
min_ram: 32
tags:
- settings
- zms
settings.performance.nvs:
extra_configs:
- CONFIG_ZMS=n
- CONFIG_NVS=y
- CONFIG_NVS_LOOKUP_CACHE=y
- CONFIG_NVS_LOOKUP_CACHE_SIZE=512
- CONFIG_SETTINGS_NVS_NAME_CACHE=y
- CONFIG_SETTINGS_NVS_NAME_CACHE_SIZE=512
platform_allow:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- mps2/an385
integration_platforms:
- mps2/an385
min_ram: 32
tags:
- settings
- nvs
settings.performance.zms_bt:
extra_configs:
- CONFIG_BT=y
- CONFIG_BT_OBSERVER=y
- CONFIG_BT_PERIPHERAL=y
- CONFIG_SETTINGS_ZMS=y
- CONFIG_ZMS_LOOKUP_CACHE=y
- CONFIG_ZMS_LOOKUP_CACHE_SIZE=512
platform_allow:
- nrf52840dk/nrf52840
min_ram: 32
tags:
- settings
- zms
settings.performance.nvs_bt:
extra_configs:
- CONFIG_BT=y
- CONFIG_BT_OBSERVER=y
- CONFIG_BT_PERIPHERAL=y
- CONFIG_ZMS=n
- CONFIG_NVS=y
- CONFIG_NVS_LOOKUP_CACHE=y
- CONFIG_NVS_LOOKUP_CACHE_SIZE=512
- CONFIG_SETTINGS_NVS_NAME_CACHE=y
- CONFIG_SETTINGS_NVS_NAME_CACHE_SIZE=512
platform_allow:
- nrf52840dk/nrf52840
min_ram: 32
tags:
- settings
- nvs