To improve the code coverage on native posix, adding CONFIG_SCHED_MULTIQ for scheduler api tests. Extracting a separate prj_native_posix.conf file for the scheduler test, which validates the "multi queue" scheduler on native posix. Signed-off-by: Ajay Kishore <ajay.kishore@intel.com>
9 lines
215 B
YAML
9 lines
215 B
YAML
tests:
|
|
kernel.sched:
|
|
min_ram: 20
|
|
tags: kernel threads sched
|
|
kernel.sched.native_posix:
|
|
extra_args: CONF_FILE=prj_native_posix.conf
|
|
platform_whitelist: native_posix
|
|
tags: kernel threads sched
|