zephyr/tests/kernel/fifo/fifo_timeout/testcase.yaml
Ramakrishna Pallala a2e1341592 tests: kernel: Add fifo timeout scenario tests
Add k_fifo kernel object timeout scenario tests like basic
k_fifo API tests with timeouts and tests which involve other
threads to get/put items from/into k_fifo with timeouts.

This test is inspired from test_stack legacy test from
Zephyr v1.7.0 release.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2018-03-20 12:39:30 -04:00

9 lines
166 B
YAML

tests:
kernel.fifo.timeout:
min_ram: 32
tags: kernel
kernel.fifo.timeout.poll:
min_ram: 32
extra_args: CONF_FILE="prj_poll.conf"
tags: kernel