commit | 477f4d4e2bb8cb732d11a1e3e175841c3bf50969 | [log] [tgz] |
---|---|---|
author | Shihao Shen <shihao.shen@intel.com> | Thu Mar 18 13:52:51 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Mar 18 12:53:06 2021 -0400 |
tree | 69bc0605e4ba7ddafd3c6348e5ca3d484b934da4 | |
parent | 0f93d58994cd17753cfdf02fd022c2f226ec0471 [diff] |
tests: kernel: pipe: second part of testcases to improve pipes coverage Added test_pipe_get_large to cover branches in both k_pipe_put and k_pipe_get. Added trivial testcases in test_pipe_avail_no_buffer to cover trivial branches for k_pipe_read_avail and k_pipe_write_avail. This is the second patch as the continuation of #31037. Signed-off-by: Shihao Shen <shihao.shen@intel.com>