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>
9 lines
181 B
YAML
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
|