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>
17 lines
348 B
YAML
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
|