zephyr/tests/kernel/sched/schedule_api/testcase.yaml
Anas Nashif fa98745a10 tests: remove linker_generator sub tests from kernel
Kernel is being built the same way for all those tests and there is not
much related to the linker generator in any of those tests. Just keep a
small set of tests to have needed coverage in the kernel.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-02 04:47:06 -04:00

40 lines
1016 B
YAML

common:
timeout: 180
min_ram: 34
tags:
- kernel
- threads
- scheduler
- userspace
ignore_faults: true
tests:
kernel.scheduler:
filter: not CONFIG_SCHED_MULTIQ
extra_configs:
- CONFIG_TIMESLICING=y
kernel.scheduler.no_timeslicing:
filter: not CONFIG_SCHED_MULTIQ
extra_configs:
- CONFIG_TIMESLICING=n
kernel.scheduler.slice_perthread:
filter: not CONFIG_SCHED_MULTIQ
extra_configs:
- CONFIG_TIMESLICING=y
- CONFIG_TIMESLICE_PER_THREAD=y
kernel.scheduler.multiq:
extra_args: CONF_FILE=prj_multiq.conf
extra_configs:
- CONFIG_TIMESLICING=y
kernel.scheduler.multiq_no_timeslicing:
extra_args: CONF_FILE=prj_multiq.conf
extra_configs:
- CONFIG_TIMESLICING=n
kernel.scheduler.dumb_timeslicing:
extra_args: CONF_FILE=prj_dumb.conf
extra_configs:
- CONFIG_TIMESLICING=y
kernel.scheduler.dumb_no_timeslicing:
extra_args: CONF_FILE=prj_dumb.conf
extra_configs:
- CONFIG_TIMESLICING=n