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:
parent
32c492cc0c
commit
851d0f0a3b
|
@ -110,6 +110,7 @@ config ZTEST_PARAMETER_COUNT
|
|||
|
||||
config ZTRESS
|
||||
bool "Stress test framework"
|
||||
depends on !SMP
|
||||
select THREAD_RUNTIME_STATS
|
||||
select THREAD_MONITOR
|
||||
select TEST_RANDOM_GENERATOR if !ENTROPY_HAS_DRIVER
|
||||
|
|
Loading…
Reference in New Issue