zephyr/tests/kernel/common/testcase.yaml
Diego Sueiro 140daa2f27 sanitycheck: add min_flash option for 32K devices
Following tests were failing on a microcontroller with 32KB flash:
    test-mbedtls
    kernel.common

The min_flash option has been added in the test case yaml files.

Signed-off-by: Diego Sueiro <diego.sueiro@gmail.com>
2018-04-21 06:57:38 -07:00

6 lines
75 B
YAML

tests:
kernel.common:
tags: kernel
min_flash: 33
min_ram: 16