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>
This commit is contained in:
Kumar Gala 2017-07-25 15:57:37 -05:00 committed by Jukka Rissanen
commit dd6d34e7dc
7 changed files with 40 additions and 7 deletions

View file

@ -1,4 +1,10 @@
tests: tests:
- test: - test:
tags: net tags: net
platform_exclude: bbc_microbit filter: not CONFIG_BLUETOOTH
min_ram: 12
platform_exclude: hexiwear_kw40z
- test_with_bt:
tags: net
filter: CONFIG_BLUETOOTH
min_ram: 16

View file

@ -1,4 +1,9 @@
tests: tests:
- test: - test:
tags: net tags: net
platform_exclude: bbc_microbit filter: not CONFIG_BLUETOOTH
min_ram: 12
- test_with_bt:
tags: net
filter: CONFIG_BLUETOOTH
min_ram: 16

View file

@ -1,4 +1,10 @@
tests: tests:
- test: - test:
platform_exclude: bbc_microbit
tags: http net tags: http net
filter: not CONFIG_BLUETOOTH
min_ram: 12
platform_exclude: hexiwear_kw40z
- test_with_bt:
tags: http net
filter: CONFIG_BLUETOOTH
min_ram: 16

View file

@ -1,4 +1,9 @@
tests: tests:
- test: - test:
tags: net tags: net
platform_exclude: bbc_microbit filter: not CONFIG_BLUETOOTH
min_ram: 12
- test_with_bt:
tags: net
filter: CONFIG_BLUETOOTH
min_ram: 16

View file

@ -1,4 +1,9 @@
tests: tests:
- test: - test:
tags: net tags: net
platform_exclude: bbc_microbit filter: not CONFIG_BLUETOOTH
min_ram: 12
- test_with_bt:
tags: net
filter: CONFIG_BLUETOOTH
min_ram: 16

View file

@ -1,4 +1,10 @@
tests: tests:
- test: - test:
tags: net tags: net
platform_exclude: bbc_microbit filter: not CONFIG_BLUETOOTH
min_ram: 12
platform_exclude: hexiwear_kw40z
- test_with_bt:
tags: net
filter: CONFIG_BLUETOOTH
min_ram: 16

View file

@ -2,4 +2,4 @@ tests:
- test: - test:
tags: net tags: net
platform_exclude: qemu_cortex_m3 # FIXME platform_exclude: qemu_cortex_m3 # FIXME
min_ram: 16 min_ram: 12