Following tests were failing on a microcontroller with 32KB flash:
benchmark.application
crypto.ecc_dh
crypto.ecc_dsa
test_build_ethernet
test_build_sensors_a_m
The min_flash option has been added in the test case yaml files.
Signed-off-by: Diego Sueiro <diego.sueiro@gmail.com>
13 lines
222 B
YAML
13 lines
222 B
YAML
tests:
|
|
benchmark.application:
|
|
arch_whitelist: x86 arm
|
|
min_flash: 34
|
|
min_ram: 32
|
|
tags: benchmark
|
|
slow: true
|
|
timeout: 300
|
|
test_posix:
|
|
arch_whitelist: posix
|
|
min_ram: 32
|
|
tags: benchmark
|