zephyr/tests/net
Jukka Rissanen f5ec56747e tests: net: trickle: Initialize test variables earlier
The cb_[1|2]_called variables were initialized just before running
the test. This was too late as in some cases the Trickle timer
was triggered before the variables were init, which then caused the
test to fail even though there was no actual timer failure.

This was seen with frdm_k64f and when CONFIG_BOOT_DELAY=1000 was set.

Fixes #8658

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-07-06 13:07:06 +03:00
..
6lo
all net: gptp: Initial core IEEE 802.1AS support 2018-06-28 16:50:50 +03:00
app net: config: Introduce a dedicated header for the library 2018-07-02 12:36:35 +03:00
arp net/arp: No need to expose publicly arp header 2018-06-29 12:57:45 +03:00
buf
checksum_offload tests: net: Fix tests so they can be run in real hw 2018-06-05 10:30:30 -04:00
context
dhcpv4
ethernet_mgmt tests: net: Add 802.1Qav test 2018-07-04 16:27:34 -04:00
icmpv6 tests: net: Increase the stack size of frdm-k64f 2018-06-05 10:30:30 -04:00
ieee802154 tests/net: Fix L2 directory lookup for header inclusion 2018-06-29 10:32:27 -05:00
iface
ip-addr tests: Remove newline character 2018-05-23 12:59:12 -04:00
ipv6 tests: net: Fix assignments to CONFIG_NET_DEBUG_6LO 2018-05-29 16:20:35 -04:00
ipv6_fragment
lib tests: Cleanup converting int result to string 2018-06-29 11:53:59 -05:00
mgmt
mld net/ipv6: Properly separate what belongs to ipv6 from the rest 2018-07-02 12:34:12 +03:00
neighbor tests: Remove newline character 2018-05-23 12:59:12 -04:00
net_pkt
ptp/clock tests: net: ptp: Make sure we check clock increment properly 2018-07-04 08:29:50 -04:00
route
rpl
socket
tcp net: tcp: expose some TCP helper functions 2018-05-15 18:07:47 +03:00
traffic_class tests: Remove newline character 2018-05-23 12:59:12 -04:00
trickle tests: net: trickle: Initialize test variables earlier 2018-07-06 13:07:06 +03:00
tx_timestamp net: if: Fix TX timestamp callbacks invocation 2018-07-04 16:26:35 -04:00
udp
utils tests: net: Increase the stack size of frdm-k64f 2018-06-05 10:30:30 -04:00
vlan tests: net: Fix tests so they can be run in real hw 2018-06-05 10:30:30 -04:00
websocket cmake: Remove duplicate invocations of target_link_libraries on app 2018-06-26 15:53:32 +02:00