tests: net: limit tests to boards with enough memory to build them
A number of the network tests have minimal memory requirements that not all boards are able to meet. Add in those memory requirements so we don't attempt to build these tests for those platforms. Utilized the frdm_kl25z (with 16K of memory) and cc2650_sensortag (with 20K) to test the limits. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
1bd908088b
commit
ebc948d818
16 changed files with 30 additions and 16 deletions
|
@ -2,4 +2,5 @@ tests:
|
|||
- test:
|
||||
build_only: true
|
||||
tags: net
|
||||
platform_exclude: bbc_microbit qemu_xtensa
|
||||
min_ram: 32
|
||||
platform_exclude: qemu_xtensa
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
tests:
|
||||
- test:
|
||||
tags: net
|
||||
platform_exclude: bbc_microbit qemu_xtensa
|
||||
filter: not CONFIG_BLUETOOTH
|
||||
min_ram: 12
|
||||
platform_exclude: qemu_xtensa
|
||||
- test_with_bt:
|
||||
tags: net
|
||||
filter: CONFIG_BLUETOOTH
|
||||
min_ram: 16
|
||||
platform_exclude: qemu_xtensa
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
tests:
|
||||
- test:
|
||||
tags: net
|
||||
platform_exclude: bbc_microbit
|
||||
filter: not CONFIG_BLUETOOTH
|
||||
min_ram: 12
|
||||
- test_with_bt:
|
||||
tags: net
|
||||
filter: CONFIG_BLUETOOTH
|
||||
min_ram: 16
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
tests:
|
||||
- test:
|
||||
tags: net
|
||||
platform_exclude: bbc_microbit qemu_xtensa
|
||||
min_ram: 16
|
||||
platform_exclude: qemu_xtensa
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
- test:
|
||||
tags: net
|
||||
platform_exclude: bbc_microbit
|
||||
min_ram: 16
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
- test:
|
||||
platform_exclude: bbc_microbit
|
||||
min_ram: 16
|
||||
tags: dns net
|
||||
timeout: 200
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
- test:
|
||||
tags: dns net
|
||||
min_ram: 16
|
||||
timeout: 600
|
||||
platform_exclude: bbc_microbit
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
- test:
|
||||
platform_exclude: bbc_microbit
|
||||
min_ram: 16
|
||||
tags: mqtt net
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_exclude: bbc_microbit
|
||||
min_ram: 16
|
||||
tags: net mqtt
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
platform_exclude: bbc_microbit
|
||||
min_ram: 16
|
||||
tags: net mqtt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
- test:
|
||||
tags: net
|
||||
platform_exclude: bbc_microbit
|
||||
min_ram: 16
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
- test:
|
||||
tags: net
|
||||
platform_exclude: bbc_microbit
|
||||
min_ram: 20
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
- test:
|
||||
tags: net
|
||||
platform_exclude: bbc_microbit
|
||||
min_ram: 16
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
- test:
|
||||
build_only: true
|
||||
min_ram: 16
|
||||
tags: net
|
||||
platform_exclude: bbc_microbit
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
- test:
|
||||
tags: net
|
||||
platform_exclude: bbc_microbit
|
||||
min_ram: 20
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
- test:
|
||||
tags: net
|
||||
platform_exclude: bbc_microbit
|
||||
min_ram: 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue