2022-05-17 21:49:59 +08:00
|
|
|
tests:
|
2023-02-02 18:45:01 +08:00
|
|
|
libraries.spsc_pbuf:
|
2022-05-17 21:49:59 +08:00
|
|
|
integration_platforms:
|
2023-11-28 19:02:08 +08:00
|
|
|
- native_sim
|
2022-05-18 19:24:44 +08:00
|
|
|
# Exclude platform which does not link with cache functions
|
|
|
|
platform_exclude: ast1030_evb
|
2022-07-22 16:07:51 +08:00
|
|
|
timeout: 120
|
2022-05-19 15:27:28 +08:00
|
|
|
|
2023-10-11 00:55:37 +08:00
|
|
|
libraries.spsc_pbuf.cache:
|
2022-05-19 15:27:28 +08:00
|
|
|
integration_platforms:
|
2023-11-28 19:02:08 +08:00
|
|
|
- native_sim
|
2022-05-19 15:27:28 +08:00
|
|
|
# Exclude platform which does not link with cache functions
|
|
|
|
platform_exclude: ast1030_evb
|
2022-07-22 16:07:51 +08:00
|
|
|
timeout: 120
|
2022-05-19 15:27:28 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_SPSC_PBUF_CACHE_ALWAYS=y
|
|
|
|
|
2023-10-11 00:55:37 +08:00
|
|
|
libraries.spsc_pbuf.nocache.:
|
2022-05-19 15:27:28 +08:00
|
|
|
integration_platforms:
|
2023-11-28 19:02:08 +08:00
|
|
|
- native_sim
|
2022-05-19 15:27:28 +08:00
|
|
|
# Exclude platform which does not link with cache functions
|
|
|
|
platform_exclude: ast1030_evb
|
2022-07-22 16:07:51 +08:00
|
|
|
timeout: 120
|
2022-05-19 15:27:28 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_SPSC_PBUF_CACHE_NEVER=y
|
|
|
|
|
2023-10-11 00:55:37 +08:00
|
|
|
libraries.spsc_pbuf.utilization:
|
2022-06-01 19:55:01 +08:00
|
|
|
integration_platforms:
|
2023-11-28 19:02:08 +08:00
|
|
|
- native_sim
|
2022-06-01 19:55:01 +08:00
|
|
|
# Exclude platform which does not link with cache functions
|
|
|
|
platform_exclude: ast1030_evb
|
2022-07-22 16:07:51 +08:00
|
|
|
timeout: 120
|
2022-06-01 19:55:01 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_SPSC_PBUF_UTILIZATION=y
|
|
|
|
|
2023-10-11 00:55:37 +08:00
|
|
|
libraries.spsc_pbuf.stress:
|
2022-05-19 15:27:28 +08:00
|
|
|
platform_allow: qemu_x86
|
2022-07-22 16:07:51 +08:00
|
|
|
timeout: 120
|
2022-05-19 15:27:28 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
|
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|