Skip to content

Commit 7e09335

Browse files
rluboskartben
authored andcommitted
tests: net: coap_server: Adjust test filters
Add netif dependency for the test suite, as in other networking tests and adjust minimal RAM and FLASH values. Signed-off-by: Robert Lubos <[email protected]>
1 parent d0e488e commit 7e09335

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/net/lib/coap_server/common/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
common:
2-
min_ram: 16
2+
min_ram: 40
3+
min_flash: 180
4+
depends_on: netif
35
tags:
46
- net
57
- coap

0 commit comments

Comments
 (0)