Browse Source

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 <robert.lubos@nordicsemi.no>
pull/89248/merge
Robert Lubos 2 months ago committed by Benjamin Cabé
parent
commit
7e093351d8
  1. 4
      tests/net/lib/coap_server/common/testcase.yaml

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

@ -1,5 +1,7 @@
common: common:
min_ram: 16 min_ram: 40
min_flash: 180
depends_on: netif
tags: tags:
- net - net
- coap - coap

Loading…
Cancel
Save