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
2bdc874e3b
zephyr
/
tests
/
net
/
socket
/
can
/
testcase.yaml
9 lines
134 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: move the SocketCAN tests to tests/net/socket/can Move the SocketCAN tests from tests/drivers/can/utilities to tests/net/socket/can to match the location of the code under test. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-08-11 20:43:40 +08:00
tests
:
net.socket.can
:
integration_platforms
:
tests/net/socket/can: Switch from native_posix to native_sim Switch from native_posix to native_sim as default test platform Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-16 21:16:33 +08:00
-
native_sim
tests/net: Use hwmv2 native targets identifiers For the 64 bit targets, change identifiers to the new hwmv2 ones Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-03-14 22:21:18 +08:00
-
native_sim/native/64
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
-
can