tests: net: stop whitelisting

This is bad practice and may conceal issues on platforms
not in the whitelist.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Andrew Boie 2019-05-02 16:15:36 -07:00 committed by Jukka Rissanen
commit c91b9b37d0
36 changed files with 2 additions and 44 deletions

View file

@ -1,5 +1,3 @@
common:
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.6lo:
tags: net 6loWPAN

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.arp:
min_ram: 16

View file

@ -1,6 +1,5 @@
common:
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.buf:
min_ram: 16
tags: net buf
platform_exclude: qemu_x86_64

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.offload:
min_ram: 16

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.context:
min_ram: 16

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.dhcp:
tags: net dhcpv4

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.ethernet_mgmt:
min_ram: 32

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.icmpv6:
min_ram: 16

View file

@ -1,6 +1,5 @@
common:
depends_on: ieee802154
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
min_ram: 48
tests:
net.ieee802154.fragment:

View file

@ -1,6 +1,5 @@
common:
depends_on: ieee802154
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.ieee802154.l2:
min_ram: 16

View file

@ -1,5 +1,3 @@
common:
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.ipv6:
tags: net ipv6

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.ipv6.fragment:
tags: net ipv6 fragment

View file

@ -1,5 +1,3 @@
common:
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.coap:
min_ram: 16

View file

@ -1,5 +1,3 @@
common:
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.dns:
min_ram: 16

View file

@ -1,7 +1,6 @@
common:
tags: dns net
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.dns:
min_ram: 21

View file

@ -1,7 +1,6 @@
common:
tags: http net
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.http:
min_ram: 16

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 mps2_an385
tests:
net.mqtt.packet:
min_ram: 16

View file

@ -6,6 +6,7 @@ tests:
net.mqtt:
min_ram: 16
net.mqtt.tls:
min_ram: 16
extra_args: CONF_FILE="prj_tls.conf"
extra_configs:
- CONFIG_NET_PKT_RX_COUNT=20

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.mqtt.pubsub:
min_ram: 16

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.mqtt.subscriber:
min_ram: 16

View file

@ -1,5 +1,3 @@
common:
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.tls_credentials:
tags: net tls

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.management:
min_ram: 16

View file

@ -1,5 +1,3 @@
common:
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.mld:
tags: net mld

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.neighbour:
min_ram: 16

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.packet:
min_ram: 20

View file

@ -1,5 +1,3 @@
common:
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.promisc:
min_ram: 16

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.route:
min_ram: 16

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 mps2_an385
tests:
net.socket:
min_ram: 21

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 mps2_an385
tests:
net.socket:
min_ram: 21

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.socket.udp:
min_ram: 21

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 mps2_an385
tests:
net.socket:
min_ram: 21

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 mps2_an385
tests:
net.socket.tcp:
min_ram: 32

View file

@ -1,5 +1,3 @@
common:
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.tcp:
depends_on: netif

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.udp:
min_ram: 20

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.util:
min_ram: 24

View file

@ -1,6 +1,5 @@
common:
depends_on: netif
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
tests:
net.vlan:
min_ram: 32