zephyr/tests/net/app/testcase.yaml
Jukka Rissanen a81aad9756 tests: net: Run networking tests only for selected platforms
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>
2018-08-29 10:57:56 -04:00

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