1common:
2  tags:
3    - ring_buffer
4    - circular_buffer
5  timeout: 150
6
7tests:
8  libraries.ring_buffer:
9    integration_platforms:
10      - native_sim
11      - native_sim_64
12
13  libraries.ring_buffer.concurrent:
14    platform_allow: qemu_x86
15    extra_configs:
16      - CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
17    integration_platforms:
18      - qemu_x86
19