Queues
Verify data passing between threads using queue.
Verify data passing between thread and ISR.
Verify data passing between ISR and thread.
Test queue alloc append and prepend.
Test multi-threads to get data from a queue.
Test k_queue_get() failure scenario.
Test k_queue_append_list() failure scenario.
Test k_queue_merge_slist() failure scenario.
Test k_queue_init() failure scenario.
Test k_queue_alloc_append() failure scenario.
Test k_queue_alloc_prepend() failure scenario.
Test k_queue_get() failure scenario.
Test k_queue_is_empty() failure scenario.
Test k_queue_peek_head() failure scenario.
Test k_queue_peek_tail() failure scenario.
Test k_queue_merge_slist() failure scenario.
Test queue operations in loop.
Verify queue elements and cancel wait from a user thread.
verify allocate and feature “Last In, First Out”
verify feature of queue “First In, First Out”
Test to verify free of allocated elements of queue.