tests: Add ztest tests for coap client

Add tests for coap client and stubs for isolating the tests.

Signed-off-by: Jarno Lämsä <jarno.lamsa@nordicsemi.no>
This commit is contained in:
Jarno Lämsä 2023-04-18 12:22:45 +03:00 committed by Anas Nashif
commit 2d06f8061b
6 changed files with 483 additions and 0 deletions

View file

@ -0,0 +1,6 @@
common:
depends_on: netif
tests:
net.coap.client:
platform_allow: native_posix
tags: coap net