This extends the schedule_api test to cover situations when time slicing is disabled. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
24 lines
645 B
YAML
24 lines
645 B
YAML
tests:
|
|
kernel.sched:
|
|
extra_configs:
|
|
- CONFIG_TIMESLICING=y
|
|
min_ram: 32
|
|
tags: kernel threads sched
|
|
kernel.sched_no_timeslicing:
|
|
extra_configs:
|
|
- CONFIG_TIMESLICING=n
|
|
min_ram: 32
|
|
tags: kernel threads sched
|
|
kernel.sched.native_posix:
|
|
extra_args: CONF_FILE=prj_native_posix.conf
|
|
extra_configs:
|
|
- CONFIG_TIMESLICING=y
|
|
platform_whitelist: native_posix
|
|
tags: kernel threads sched
|
|
kernel.sched.native_posix_no_timeslicing:
|
|
extra_args: CONF_FILE=prj_native_posix.conf
|
|
extra_configs:
|
|
- CONFIG_TIMESLICING=n
|
|
platform_whitelist: native_posix
|
|
tags: kernel threads sched
|