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_nios2
13      - qemu_riscv32
14      - qemu_riscv64
15      - qemu_x86
16      - qemu_x86_64
17      - qemu_xtensa
18      - native_posix
19      - native_sim
20    integration_platforms:
21      - native_sim
22
23  libraries.mpsc_pbuf.concurrent:
24    tags: mpsc_pbuf
25    platform_allow:
26      - qemu_cortex_m3
27      - qemu_x86
28      - qemu_x86_64
29    extra_configs:
30      - CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
31    timeout: 120
32    integration_platforms:
33      - qemu_x86
34      - qemu_x86_64
35