zephyr/tests/net
Flavio Ceolin d490358e28 tests: ipv6: Fix DAD timeout test
DAD timeout was wrongly checking the reply order. The code will always
assign sequentially the reply to 0-2 with the current uptime. This means
that we will always have dad[0] < dad[1] < dad[2]. Check it is useless.
Instead, let just check if we got all replies.

The test checking the time between the first and last request is to
fragile. It is testing a constant independently of the tested platform
failing in several of them. Just remove it.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2022-04-27 12:35:34 -04:00
..
6lo everywhere: fix typos 2022-03-18 13:24:08 -04:00
all tests: net: all: Add shell MQTT backend 2022-03-15 10:01:12 +01:00
arp kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
bridge
buf tests: net: buf: test per-pool data lengths 2021-11-24 16:04:50 +02:00
checksum_offload everywhere: fix typos 2022-03-18 13:24:08 -04:00
context net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
dhcpv4
ethernet_mgmt kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
hostname everywhere: fix typos 2022-03-18 13:24:08 -04:00
icmpv4 tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00
icmpv6 kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
ieee802154 tests: net: Add custom 802154 L2 tests 2021-11-29 18:55:13 -05:00
iface everywhere: fix typos 2022-03-18 13:24:08 -04:00
igmp
ip-addr
ipv6 tests: ipv6: Fix DAD timeout test 2022-04-27 12:35:34 -04:00
ipv6_fragment everywhere: fix typos 2022-03-18 13:24:08 -04:00
lib net: lwm2m: Add proper resource-level discovery attribute handling 2022-02-22 10:12:27 -08:00
mgmt kconfig: Rename the TEST_EXTRA stack size option to align with the rest 2022-02-22 08:23:05 -05:00
mld
neighbor
net_pkt net: buf: POOL_FIXED_DEFINE explicit user data 2021-11-24 16:04:50 +02:00
npf net: npf: add the ability to do MAC address masked matching 2021-12-21 17:06:35 +01:00
pm kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
ppp/driver
promiscuous everywhere: fix typos 2022-03-18 13:24:08 -04:00
ptp/clock everywhere: fix typos 2022-03-18 13:24:08 -04:00
route everywhere: fix typos 2022-03-18 13:24:08 -04:00
route_mcast net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
shell
socket tests: net: Add socket dispatcher unit tests 2022-04-20 11:27:05 +02:00
tcp everywhere: fix typos 2022-03-18 13:24:08 -04:00
traffic_class everywhere: fix typos 2022-03-18 13:24:08 -04:00
trickle kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
tx_timestamp everywhere: fix typos 2022-03-18 13:24:08 -04:00
udp kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
utils kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
virtual sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
vlan everywhere: fix typos 2022-03-18 13:24:08 -04:00