zephyr/tests/kernel/sched/schedule_api/testcase.yaml
Anas Nashif 057c610ed5 tests: sched: fix test identifier
Fix duplicate test identifier.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-02-22 14:36:06 -05:00

34 lines
1001 B
YAML

common:
timeout: 180
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
kernel.scheduler.dumb_timeslicing:
extra_args: CONF_FILE=prj_dumb.conf
extra_configs:
- CONFIG_TIMESLICING=y
tags: kernel threads sched userspace
kernel.scheduler.dumb_no_timeslicing:
extra_args: CONF_FILE=prj_dumb.conf
extra_configs:
- CONFIG_TIMESLICING=n
tags: kernel threads sched userspace