1tests:
2  libraries.mpsc_pbuf:
3    tags: mpsc_pbuf
4    platform_allow:
5      - qemu_arc/qemu_arc_em
6      - qemu_arc/qemu_arc_hs
7      - qemu_cortex_a53
8      - qemu_cortex_m0
9      - qemu_cortex_m3
10      - qemu_cortex_r5
11      - qemu_leon3
12      - qemu_riscv32
13      - qemu_riscv64
14      - qemu_x86
15      - qemu_x86_64
16      - qemu_xtensa/dc233c
17      - native_sim
18    integration_platforms:
19      - native_sim
20
21  libraries.mpsc_pbuf.concurrent:
22    tags: mpsc_pbuf
23    platform_allow:
24      - qemu_cortex_m3
25      - qemu_x86
26      - qemu_x86_64
27    extra_configs:
28      - CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
29    timeout: 120
30    integration_platforms:
31      - qemu_x86
32      - qemu_x86_64
33