| tests: | |
| kernel.scheduler: | |
| filter: not CONFIG_SCHED_MULTIQ | |
| extra_configs: | |
| - CONFIG_TIMESLICING=y | |
| tags: kernel threads sched userspace | |
| kernel.scheduler.no_timeslicing: | |
| filter: not CONFIG_SCHED_MULTIQ | |
| extra_configs: | |
| - CONFIG_TIMESLICING=n | |
| tags: kernel threads sched userspace | |
| kernel.scheduler.multiq: | |
| extra_args: CONF_FILE=prj_multiq.conf | |
| extra_configs: | |
| - CONFIG_TIMESLICING=y | |
| tags: kernel threads sched userspace | |
| kernel.scheduler.multiq_no_timeslicing: | |
| extra_args: CONF_FILE=prj_multiq.conf | |
| extra_configs: | |
| - CONFIG_TIMESLICING=n | |
| tags: kernel threads sched userspace |