zephyr/tests/kernel/sched/schedule_api/testcase.yaml
Daniel Leung 3fa90938fe tests/kernel/schedule_api: also test without time slicing
This extends the schedule_api test to cover situations when
time slicing is disabled.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2019-04-18 12:26:52 -04:00

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