zephyr/tests/net
Jukka Rissanen 600c1d6fa7 tests: net: trickle: Adjust config options to avoid error prints
Noticed this error print when running in mps2_an385 platform.

   <err> net_if: There is no network interface to work with!

Adding CONFIG_NET_LOOPBACK=y removes this error. After this
the CONFIG_NET_IPV6_MLD=n needed to be added in order to avoid
crashes when IPv6 MLD is done which is not needed for this test.

Removed also the whitelisting as that is not really needed and
we want to run these in as many platforms as possible.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-07-10 18:55:37 +03:00
..
6lo license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
all net/connection: Removing cache feature 2019-05-07 15:40:53 +03:00
arp license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
buf cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
checksum_offload cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
context cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
dhcpv4 tests: net: dhcpv4: Make sure we get DNS add/del events 2019-07-09 17:04:55 +03:00
ethernet_mgmt tests: ethernet_mgmt: enable random generator 2019-05-03 14:21:45 -04:00
icmpv6 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
ieee802154 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
iface net: if: Add userspace support to IPv4 gateway set function 2019-07-01 15:34:11 +03:00
ip-addr tests: net: ip-addr: Avoid possible null pointer dereference 2019-07-02 11:37:05 +03:00
ipv6 tests/net: Fix IPv6 and UDP test as UDP got stricter on checking header 2019-05-30 13:01:30 +08:00
ipv6_fragment cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
lib tests: net: lib: dns: dns_addremove 2019-07-09 17:04:55 +03:00
mgmt tests: net: Increase stack sizes for coverage testing 2019-07-04 09:42:44 -07:00
mld tests: net: Increase stack sizes for coverage testing 2019-07-04 09:42:44 -07:00
neighbor cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
net_pkt docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
promiscuous cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
ptp/clock tests/net/ptp/clock: add 'userspace' tag 2019-07-04 11:44:11 +03:00
route cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
socket net: socket: mgmt: use uintptr_t for the nm_pid field 2019-07-05 10:06:23 -04:00
tcp cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
traffic_class cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
trickle tests: net: trickle: Adjust config options to avoid error prints 2019-07-10 18:55:37 +03:00
tx_timestamp tests: net: tx_timestmp: Fix the tests 2019-07-03 09:42:45 +03:00
udp tests: net: Increase stack sizes for coverage testing 2019-07-04 09:42:44 -07:00
utils tests: net: utils: Add userspace tests for net_addr_ntop/pton() 2019-07-01 13:50:08 -07:00
vlan cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00