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:
parent
19ea3a6416
commit
2306a97527
2 changed files with 0 additions and 7 deletions
|
@ -7,13 +7,10 @@ tests:
|
|||
integration_platforms:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
extra_configs:
|
||||
- CONFIG_MP_NUM_CPUS=1
|
||||
|
||||
libraries.ring_buffer_concurrent:
|
||||
platform_allow: qemu_x86
|
||||
extra_configs:
|
||||
- CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
|
||||
- CONFIG_MP_NUM_CPUS=1
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
|
|
|
@ -3,9 +3,5 @@ common:
|
|||
filter: CONFIG_QEMU_TARGET
|
||||
tests:
|
||||
testing.ztest.ztress:
|
||||
extra_configs:
|
||||
- CONFIG_MP_NUM_CPUS=1
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
#FIXME Fails for unknown reason #41710
|
||||
platform_exclude: qemu_cortex_a9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue