tests: net: Change the tag of network tests to net

There were different tags defined in testcase.ini files for
networking tests. Unify these and change the tag to "net"
in all networking tests. This makes it easy to execute
all network tests via sanitycheck.

Change-Id: I8ce7ccf8cccca35234602e37f6568db0b986d181
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-11-12 00:22:24 +02:00
commit f4be98b4bb
18 changed files with 20 additions and 20 deletions

View file

@ -1,11 +1,11 @@
[test_micro] [test_micro]
tags = net-6lo tags = net
arch_whitelist = x86 arch_whitelist = x86
kernel = micro kernel = micro
extra_args = KERNEL_TYPE=micro extra_args = KERNEL_TYPE=micro
[test_nano] [test_nano]
tags = net-6lo tags = net
arch_whitelist = x86 arch_whitelist = x86
kernel = nano kernel = nano
platform_exclude = quark_d2000_crb # not enough RAM platform_exclude = quark_d2000_crb # not enough RAM

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-arp tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-context tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86

View file

@ -1,3 +1,3 @@
[test] [test]
tags = net-dhcvp4 tags = net
arch_whitelist = x86 arch_whitelist = x86

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-icmpv6 tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86

View file

@ -1,10 +1,10 @@
[test_micro] [test_micro]
tags = net-6lo tags = net
arch_whitelist = x86 arch_whitelist = x86
kernel = micro kernel = micro
[test_nano] [test_nano]
tags = net-6lo tags = net
arch_whitelist = x86 arch_whitelist = x86
kernel = nano kernel = nano
platform_exclude = quark_d2000_crb # not enough RAM platform_exclude = quark_d2000_crb # not enough RAM

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-ieee802154 tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-ip-addr tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86

View file

@ -1,5 +1,5 @@
[test] [test]
tags = net-ipv6 tags = net
build_only = true build_only = true
arch_whitelist = x86 arch_whitelist = x86
# Doesn't work for ia32_pci # Doesn't work for ia32_pci

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-mgmt tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-nbuf tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-neighbor tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-route tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-rpl tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86

View file

@ -1,5 +1,5 @@
[test] [test]
tags = net-tcp tags = net
build_only = true build_only = true
arch_whitelist = x86 arch_whitelist = x86
# Doesn't work for ia32_pci # Doesn't work for ia32_pci

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-trickle tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-udp tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86

View file

@ -1,4 +1,4 @@
[test] [test]
tags = net-utils tags = net
arch_whitelist = x86 arch_whitelist = x86
platform_whitelist = qemu_x86 platform_whitelist = qemu_x86