Change the SO_BINDTODEVICE tests so that we test also userspace mode. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
13 lines
264 B
YAML
13 lines
264 B
YAML
common:
|
|
depends_on: netif
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
min_ram: 21
|
|
tags: net socket userspace
|
|
tests:
|
|
net.socket.misc:
|
|
extra_configs:
|
|
- CONFIG_TEST_USERSPACE=n
|
|
net.socket.misc.userspace:
|
|
extra_configs:
|
|
- CONFIG_TEST_USERSPACE=y
|