tests: mem_protect: use one cpu

Most of the scenarios in this test case spawn child threads
and expect them to complete before execution proceeds.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-11-21 22:20:09 -08:00 committed by Anas Nashif
commit 8b107a8829

View file

@ -3,3 +3,4 @@ CONFIG_ZTEST=y
CONFIG_ZTEST_STACKSIZE=2048 CONFIG_ZTEST_STACKSIZE=2048
CONFIG_MAX_THREAD_BYTES=4 CONFIG_MAX_THREAD_BYTES=4
CONFIG_USERSPACE=y CONFIG_USERSPACE=y
CONFIG_MP_NUM_CPUS=1