Skip to content

Commit e8ad181

Browse files
author
Andrew Boie
committed
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 <[email protected]>
1 parent 40cdd79 commit e8ad181

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/net/socket/getnameinfo/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ CONFIG_DNS_SERVER2="192.0.2.2:15353"
2828

2929
CONFIG_MAIN_STACK_SIZE=2048
3030
CONFIG_ZTEST=y
31-
CONFIG_TEST_USERSPACE=n
3231

3332
# User mode requirements
3433
CONFIG_HEAP_MEM_POOL_SIZE=128
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
common:
22
depends_on: netif
3-
platform_whitelist: native_posix qemu_x86 qemu_cortex_m3
3+
platform_whitelist: native_posix qemu_x86 mps2_an385
44
tests:
55
net.socket:
66
min_ram: 21
7-
tags: net socket
7+
tags: net socket userspace

0 commit comments

Comments
 (0)