zephyr/tests/benchmarks/app_kernel/testcase.yaml
Diego Sueiro e2924ab42b tests: add min_flash option for some tests
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>
2018-04-10 10:07:18 -05:00

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