zephyr/tests/lib/ringbuffer/testcase.yaml
Anas Nashif f7456cb7cd tests: spsc_pbuf/ringbuffer: fix test meta data and components
Fix meta data and standarize components in test identifiers.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-10-11 14:19:40 +03:00

19 lines
351 B
YAML

common:
tags:
- ring_buffer
- circular_buffer
timeout: 150
tests:
libraries.ring_buffer:
integration_platforms:
- native_posix
- native_posix_64
libraries.ring_buffer.concurrent:
platform_allow: qemu_x86
extra_configs:
- CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
integration_platforms:
- qemu_x86