Commit 46289bed authored by Ryan QIAN's avatar Ryan QIAN Committed by Maureen Helm
Browse files

tests: change the min_ram for mbedtls and mem_protect



- Change the min_ram to 36K, since they can't be built on RT1015 which
has 32K ram.

Signed-off-by: default avatarRyan QIAN <jianghao.qian@nxp.com>
parent 180df6dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,6 +3,6 @@ tests:
    filter: not CONFIG_DEBUG
    platform_exclude: qemu_x86_64 # FIXME
    min_flash: 65
    min_ram: 32
    min_ram: 36
    tags: crypto mbedtls userspace
    timeout: 200
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@ tests:
  kernel.memory_protection.userspace:
    filter: CONFIG_ARCH_HAS_USERSPACE
    tags: kernel security userspace ignore_faults
    min_ram: 32
    min_ram: 36