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
633065ec3b
zephyr
/
tests
/
net
/
offloaded_netdev
/
testcase.yaml
10 lines
127 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: net: Add tests for offloaded_netdev Adds integration tests for offloaded_netdev iface API extension Signed-off-by: Georges Oates_Larsen <georges.larsen@nordicsemi.no>
2023-01-20 06:20:38 +08:00
common
:
min_ram
:
16
depends_on
:
netif
tests
:
net.offloaded_netdev
:
samples, tests: convert string-based twister lists to YAML lists Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-08 19:37:42 +08:00
tags
:
-
net
-
iface
-
userspace