For tests that set CONFIG_MP_NUM_CPUS, switch to using CONFIG_MP_MAX_NUM_CPUS instead as we work to phase out CONFIG_MP_NUM_CPUS. Signed-off-by: Kumar Gala <kumar.gala@intel.com>
11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_STACK_POINTER_RANDOM=64
|
|
CONFIG_ENTROPY_GENERATOR=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
# The action of the only case in this test is to spawn higher priority
|
|
# threads and assume that they have run synchronously. It can't
|
|
# possible run them on the separate CPU.
|
|
CONFIG_MP_MAX_NUM_CPUS=1
|