zephyr/tests/net/lib/dns_addremove/testcase.yaml
Maksim Masalski 03e6d3bb41 tests: updated names for the dns tests
After run Sanitycheck script I found out that
some test cases have a same test case name
in the test result .xml file.
For boards mimxrt1050_evk, qemu_x86, sam_e70_xplained
in .xml files that cases were dublicated.
Problem happened only with cases net.dns.no_ipv6.init
and net.dns.init. Only that cases were dublicated.
To solve it, I decided to change test cases names for the dns tests.

Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
2019-10-18 15:30:06 +03:00

15 lines
255 B
YAML

common:
tags: dns net
depends_on: netif
min_ram: 16
timeout: 600
tests:
net.dns.addremove:
min_ram: 21
net.dns.addremove.no_ipv6:
extra_configs:
- CONFIG_NET_IPV6=n
net.dns.no_ipv4:
extra_configs:
- CONFIG_NET_IPV4=n