testsuite: ztress: Disable ztress for SMP

Currently, ztress is not supporting SMP, mainly because of
cpu load calculation algorithm. It may be re-enabled in the
future.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruscinski 2022-01-11 09:13:15 +01:00 committed by Anas Nashif
parent 32c492cc0c
commit 851d0f0a3b
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ config ZTEST_PARAMETER_COUNT
config ZTRESS config ZTRESS
bool "Stress test framework" bool "Stress test framework"
depends on !SMP
select THREAD_RUNTIME_STATS select THREAD_RUNTIME_STATS
select THREAD_MONITOR select THREAD_MONITOR
select TEST_RANDOM_GENERATOR if !ENTROPY_HAS_DRIVER select TEST_RANDOM_GENERATOR if !ENTROPY_HAS_DRIVER