zephyr/tests/net/trickle
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
..
src tests: net: trickle: Initialize test variables earlier 2018-07-06 13:07:06 +03:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
prj.conf tests: net: trickle: Fix running on frdm-k64f 2018-06-05 10:30:30 -04:00
testcase.yaml tests: net: style, tag, and category fixes 2018-04-25 14:18:15 +05:30