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
32ebe3cd24
zephyr
/
tests
/
net
/
checksum_offload
/
testcase.yaml
7 lines
97 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: Network packet checksum offloading tests Test that if the checksum offloading is enabled, then we do not calculate the checksum. Also the normal case, where offloading is disabled and we need to calculate the checksum, is tested. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-03-14 15:45:14 +08:00
tests
:
tests: classify net tests and cleanup More tagging and filterting cleanup. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-03-31 23:43:18 +08:00
net.offload
:
tests: net: Network packet checksum offloading tests Test that if the checksum offloading is enabled, then we do not calculate the checksum. Also the normal case, where offloading is disabled and we need to calculate the checksum, is tested. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-03-14 15:45:14 +08:00
min_ram
:
16
tags
:
net checksum_offload