2018-04-13 20:11:03 +08:00
|
|
|
common:
|
|
|
|
depends_on: netif
|
2018-08-28 14:50:11 +08:00
|
|
|
platform_whitelist: native_posix qemu_x86 qemu_cortex_m3
|
2017-10-17 19:56:41 +08:00
|
|
|
tests:
|
2018-04-22 06:47:00 +08:00
|
|
|
net.app:
|
2017-12-06 02:00:43 +08:00
|
|
|
min_ram: 32
|
|
|
|
tags: net
|
2018-04-22 06:47:00 +08:00
|
|
|
net.app.no-ipv4:
|
2017-12-06 02:00:43 +08:00
|
|
|
extra_args: CONF_FILE=prj-no-ipv4.conf
|
|
|
|
min_ram: 32
|
|
|
|
tags: net
|
2018-04-22 06:47:00 +08:00
|
|
|
net.app.no-ipv6:
|
2017-12-06 02:00:43 +08:00
|
|
|
extra_args: CONF_FILE=prj-no-ipv6.conf
|
|
|
|
min_ram: 32
|
|
|
|
tags: net
|
2018-04-22 06:47:00 +08:00
|
|
|
net.app.with-dns:
|
2017-12-06 02:00:43 +08:00
|
|
|
extra_args: CONF_FILE=prj-with-dns.conf
|
|
|
|
min_ram: 32
|
|
|
|
tags: net dns
|