This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
9a28c87b42
zephyr
/
tests
/
net
/
ipv6_fragment
/
testcase.yaml
6 lines
84 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: net: style, tag, and category fixes Fix coding style, test tags and use categories. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-04-22 06:47:00 +08:00
common
:
depends_on
:
netif
tests: net: ipv6: Make sure test case compiles and runs Fixing regression, address family is now called sa_family. The testcase.yaml file was missing so no tests were actually run. After making test to run, it was also failing because link address was accessed before first fragment was set. This caused null pointer access. Fixes #1474 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-09-13 18:28:25 +08:00
tests
:
tests: ipv6: cleanup tests Clean tagging and test names. Also make test depend on netif Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-03-31 23:47:06 +08:00
net.ipv6.fragment
:
tags
:
net ipv6 fragment