zephyr/tests/kernel/sched/schedule_api/testcase.yaml
Adithya Baglody 24b89f12eb tests: sched: schedule_api: Increase the minimum ram needed.
This test was failing on nrf52810_pca10040 due to lack of RAM.
It was a side effect of increasing the privilege stack size.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2018-10-28 11:43:32 -04:00

9 lines
215 B
YAML

tests:
kernel.sched:
min_ram: 32
tags: kernel threads sched
kernel.sched.native_posix:
extra_args: CONF_FILE=prj_native_posix.conf
platform_whitelist: native_posix
tags: kernel threads sched