zephyr/tests/net/app/testcase.yaml
Jukka Rissanen faeab7f2bf tests: net: app: Simple testcases for net-app testing
These are simple tests for net-app testing. These do not try to
actually send anything to net but test mainly net-app setup and
close functionality.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-10-17 14:07:14 -04:00

17 lines
348 B
YAML

tests:
- test:
min_ram: 32
tags: net
- test-no-ipv6:
extra_args: CONF_FILE=prj-no-ipv6.conf
min_ram: 32
tags: net
- test-no-ipv4:
extra_args: CONF_FILE=prj-no-ipv4.conf
min_ram: 32
tags: net
- test-with-dns:
extra_args: CONF_FILE=prj-with-dns.conf
min_ram: 32
tags: net dns