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
432bb69bab
zephyr
/
tests
/
net
/
socket
/
getnameinfo
/
testcase.yaml
7 lines
96 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: socket: Add test for getnameinfo() Basic test for IPv4/IPv6 addresses conversion. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-02-09 06:34:39 +08:00
common
:
depends_on
:
netif
tests
:
net.socket
:
min_ram
:
21
tests: net: getnameinfo: run in user mode The test is designed to run in user mode, but was disabled for some reason. Re-enable, and add mps2_an385 to the whitelist as this is the QEMU target that emulates an MPU. Fixes: #15228 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-04-06 05:41:26 +08:00
tags
:
net socket userspace