2018-04-13 20:11:03 +08:00
|
|
|
common:
|
|
|
|
depends_on: netif
|
2017-10-17 19:56:41 +08:00
|
|
|
tests:
|
2017-12-06 02:00:43 +08:00
|
|
|
test:
|
|
|
|
min_ram: 32
|
|
|
|
tags: net
|
|
|
|
test-no-ipv4:
|
|
|
|
extra_args: CONF_FILE=prj-no-ipv4.conf
|
|
|
|
min_ram: 32
|
|
|
|
tags: net
|
|
|
|
test-no-ipv6:
|
|
|
|
extra_args: CONF_FILE=prj-no-ipv6.conf
|
|
|
|
min_ram: 32
|
|
|
|
tags: net
|
|
|
|
test-with-dns:
|
|
|
|
extra_args: CONF_FILE=prj-with-dns.conf
|
|
|
|
min_ram: 32
|
|
|
|
tags: net dns
|