zephyr/tests/net/ieee802154/l2
Tomasz Bursztyka 37af7b5096 tests/ieee802154: Fix how is initialized the driver lock in l2 test
The test starts the last one: after the driver and the net stack.
However, the net stack (due to DAD and else) will already try to send
some packet, resulting it giving a uninitialized semaphore. But once
properly initialized, this semaphore will end up with a non-zero count
when the test will start: thus reseting it to 0 before running the
tests.

Jira: ZEP-2319

Reported-by Andrew Boie <andrew.p.boie@intel.com>

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2017-07-03 20:58:57 -04:00
..
src tests/ieee802154: Fix how is initialized the driver lock in l2 test 2017-07-03 20:58:57 -04:00
Makefile tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
prj.conf net: Renaming net nbuf API to net pkt API 2017-04-21 14:19:50 +03:00
testcase.yaml tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00