zephyr/tests/lib/spsc_pbuf/testcase.yaml
Krzysztof Chruscinski cf19d7ef82 tests: lib: spsc_pbuf: Add test for getting maximum utilization
Add test for CONFIG_SPSC_PBUF_UTILIZATION option.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2022-06-30 10:30:49 +02:00

38 lines
1.0 KiB
YAML

tests:
lib.spsc_pbuf:
integration_platforms:
- native_posix
# Exclude platform which does not link with cache functions
platform_exclude: ast1030_evb
lib.spsc_pbuf_cache:
integration_platforms:
- native_posix
# Exclude platform which does not link with cache functions
platform_exclude: ast1030_evb
extra_configs:
- CONFIG_SPSC_PBUF_CACHE_ALWAYS=y
lib.spsc_pbuf_nocache:
integration_platforms:
- native_posix
# Exclude platform which does not link with cache functions
platform_exclude: ast1030_evb
extra_configs:
- CONFIG_SPSC_PBUF_CACHE_NEVER=y
lib.spsc_pbuf_utilization:
integration_platforms:
- native_posix
# Exclude platform which does not link with cache functions
platform_exclude: ast1030_evb
extra_configs:
- CONFIG_SPSC_PBUF_UTILIZATION=y
lib.spsc_pbuf_stress:
platform_allow: qemu_x86
extra_configs:
- CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
integration_platforms:
- qemu_x86