Run networking tests for native_posix, qemu_x86 and qemu_cortex_m3 platforms only as the tests are generic enough so no need to run them in real physical device. Fixes #9623 #9614 #9622 #9621 #9618 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
20 lines
417 B
YAML
20 lines
417 B
YAML
common:
|
|
depends_on: netif
|
|
platform_whitelist: native_posix qemu_x86 qemu_cortex_m3
|
|
tests:
|
|
net.app:
|
|
min_ram: 32
|
|
tags: net
|
|
net.app.no-ipv4:
|
|
extra_args: CONF_FILE=prj-no-ipv4.conf
|
|
min_ram: 32
|
|
tags: net
|
|
net.app.no-ipv6:
|
|
extra_args: CONF_FILE=prj-no-ipv6.conf
|
|
min_ram: 32
|
|
tags: net
|
|
net.app.with-dns:
|
|
extra_args: CONF_FILE=prj-with-dns.conf
|
|
min_ram: 32
|
|
tags: net dns
|