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>
15 lines
255 B
YAML
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
|