Moving Kconfig options from testcase.yaml file to prj.conf so that we can run the test app easily from command line and without sanitycheck. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
8 lines
165 B
YAML
8 lines
165 B
YAML
common:
|
|
depends_on: netif
|
|
platform_whitelist: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
|
tests:
|
|
net.socket.udp:
|
|
min_ram: 21
|
|
tags: net socket
|