tests: Remove limitation from ztress and ring_buffer tests

Test were executed on single CPU only and with qemu_cortex_a9
excluded. Removing those limitations after fixes.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruscinski 2022-01-14 16:25:28 +01:00 committed by Anas Nashif
commit 2306a97527
2 changed files with 0 additions and 7 deletions

View file

@ -7,13 +7,10 @@ tests:
integration_platforms: integration_platforms:
- native_posix - native_posix
- native_posix_64 - native_posix_64
extra_configs:
- CONFIG_MP_NUM_CPUS=1
libraries.ring_buffer_concurrent: libraries.ring_buffer_concurrent:
platform_allow: qemu_x86 platform_allow: qemu_x86
extra_configs: extra_configs:
- CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000 - CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
- CONFIG_MP_NUM_CPUS=1
integration_platforms: integration_platforms:
- qemu_x86 - qemu_x86

View file

@ -3,9 +3,5 @@ common:
filter: CONFIG_QEMU_TARGET filter: CONFIG_QEMU_TARGET
tests: tests:
testing.ztest.ztress: testing.ztest.ztress:
extra_configs:
- CONFIG_MP_NUM_CPUS=1
integration_platforms: integration_platforms:
- qemu_x86 - qemu_x86
#FIXME Fails for unknown reason #41710
platform_exclude: qemu_cortex_a9