zephyr/tests/net/mgmt/testcase.yaml
Kumar Gala dd6d34e7dc tests: net: second pass at cleanup tests to build on all platforms
The majority of these fixes adjust the memory limit needed to build the
various tests on systems with and without BLE support.  We also fixup
one test case that was able to run on platforms with 16k of memory.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-07-26 11:47:14 +03:00

9 lines
181 B
YAML

tests:
- test:
tags: net
filter: not CONFIG_BLUETOOTH
min_ram: 12
- test_with_bt:
tags: net
filter: CONFIG_BLUETOOTH
min_ram: 16