Tests if preemptive threads are picked up as per priority. This creates 10 threads with priority in increasing order from 1 to N and each thread prints an Alphabet. This test fails when threads are picked up out of order. Jira: ZEP-2370 Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_TIMESLICING=y
|
|
CONFIG_NUM_PREEMPT_PRIORITIES=30
|