zephyr/tests/kernel/fifo/fifo_usage/testcase.yaml
Ramakrishna Pallala f112b3eee1 tests: kernel: Add fifo usage scenario tests
Add k_fifo kernel object usage scenario tests between thread
to thread and thread to ISR.

This test is inspired from test_fifo 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

7 lines
130 B
YAML

tests:
kernel.fifo.usage:
tags: kernel
kernel.fifo.usage.poll:
extra_args: CONF_FILE="prj_poll.conf"
tags: kernel