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:
parent
bc2abd5cf3
commit
c91b9b37d0
36 changed files with 2 additions and 44 deletions
|
@ -1,5 +1,3 @@
|
|||
common:
|
||||
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
||||
tests:
|
||||
net.6lo:
|
||||
tags: net 6loWPAN
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
common:
|
||||
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
||||
tests:
|
||||
net.ipv6:
|
||||
tags: net ipv6
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
common:
|
||||
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
||||
tests:
|
||||
net.coap:
|
||||
min_ram: 16
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
common:
|
||||
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
||||
tests:
|
||||
net.dns:
|
||||
min_ram: 16
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
common:
|
||||
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
||||
tests:
|
||||
net.tls_credentials:
|
||||
tags: net tls
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
common:
|
||||
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
||||
tests:
|
||||
net.mld:
|
||||
tags: net mld
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
common:
|
||||
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
||||
tests:
|
||||
net.promisc:
|
||||
min_ram: 16
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
common:
|
||||
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
||||
tests:
|
||||
net.tcp:
|
||||
depends_on: netif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue