tests: ztress: fix dependency on SMP

Use CONFIG_MP_NUM_CPUS=1 with ztress and do not disable SMP completely.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-01-12 13:19:57 -05:00
commit 5e05393afa
3 changed files with 6 additions and 2 deletions

View file

@ -110,7 +110,6 @@ 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