The 14 individual cases that use these four config files are now passing reliably when SMP is enabled, after the "Mark sleeping threads suspended" scheduler fix. Turn it back on. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_MP_NUM_CPUS=1
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_SCHED_DEADLINE=y
|
|
CONFIG_BT=n
|
|
|
|
# Deadline is not compatible with MULTIQ, so we have to pick something
|
|
# specific instead of using the board-level default.
|
|
CONFIG_SCHED_DUMB=y
|
|
|
|
|