From 7cd3740135676588c8f15bb52ea6ce9f6a04fa9e Mon Sep 17 00:00:00 2001 From: Robert Lubos Date: Wed, 26 Jan 2022 14:58:59 +0100 Subject: [PATCH] tests: drivers: modem: Increase minimum RAM requirement for test The actual RAM consumption of the general test case is higher then the minimum RAM requirement specified by the test, therefore it fails with RAM overflow for certain platforms (nrf52dk_nrf52832 for example). Increase the minimum RAM required by the test to reflect the actual state. Signed-off-by: Robert Lubos --- tests/drivers/build_all/modem/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/drivers/build_all/modem/testcase.yaml b/tests/drivers/build_all/modem/testcase.yaml index 2c3dc88c759..67ccd3caa8b 100644 --- a/tests/drivers/build_all/modem/testcase.yaml +++ b/tests/drivers/build_all/modem/testcase.yaml @@ -5,7 +5,7 @@ tests: drivers.modem.build: extra_args: CONF_FILE=modem.conf platform_exclude: serpente particle_boron rak5010_nrf52840 litex_vexriscv ip_k66f - min_ram: 36 + min_ram: 68 drivers.modem.ublox_sara.build: extra_args: CONF_FILE=modem_ublox_sara.conf platform_exclude: serpente pinnacle_100_dvk litex_vexriscv ip_k66f