zephyr/tests/kernel/threads/lifecycle/lifecycle_api/testcase.yaml
Andrew Boie c725e64b64 tests: lifecycle_api: run in user mode
Some unnecessary k_thread_abort() removed.

userspace tag added to testcase.yaml.

Suspend/resume, spawn_forever, and spawn_priority tests remain in
supervisor mode due to the priority requests they make.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-19 15:07:45 -07:00

5 lines
80 B
YAML

tests:
- test:
arch_exclude: nios2
tags: kernel threads userspace