This lets us quickly filter tests that exercise userspace when developing it. Some tests had a whitelist with qemu_cortex_m3; change this to mps2_an385, which is the QEMU target with an MPU enabled. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
8 lines
151 B
YAML
8 lines
151 B
YAML
common:
|
|
depends_on: netif
|
|
platform_whitelist: native_posix qemu_x86 mps2_an385
|
|
tests:
|
|
net.socket:
|
|
min_ram: 21
|
|
tags: net socket userspace
|