From c7ce871a04b03f5f232ff7a89c72b48eecde3098 Mon Sep 17 00:00:00 2001 From: Yong Cong Sin Date: Sat, 23 Dec 2023 17:45:38 +0800 Subject: [PATCH] tests: exclude `renode` from tests requiring unsimulated peripherals Physical boards work on these tests but some of the required peripherals are not simulated by `renode`, executing the tests with renode-simulated board in CI will fail. Exclude `renode` simulation from these tests. Signed-off-by: Yong Cong Sin --- samples/subsys/fs/fs_sample/sample.yaml | 2 ++ tests/drivers/memc/ram/testcase.yaml | 2 ++ tests/subsys/fs/ext2/testcase.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/samples/subsys/fs/fs_sample/sample.yaml b/samples/subsys/fs/fs_sample/sample.yaml index 375bacf4f8f..58c0cf62361 100644 --- a/samples/subsys/fs/fs_sample/sample.yaml +++ b/samples/subsys/fs/fs_sample/sample.yaml @@ -43,6 +43,8 @@ tests: integration_platforms: - frdm_k64f sample.filesystem.ext2: + simulation_exclude: + - renode extra_args: CONF_FILE="prj_ext.conf" platform_allow: hifive_unmatched bl5340_dvk_cpuapp sample.filesystem.fat_fs.stm32h747i_disco_m7_sdmmc: diff --git a/tests/drivers/memc/ram/testcase.yaml b/tests/drivers/memc/ram/testcase.yaml index 0fac2dea9b4..5d9f768b8bb 100644 --- a/tests/drivers/memc/ram/testcase.yaml +++ b/tests/drivers/memc/ram/testcase.yaml @@ -21,6 +21,8 @@ tests: integration_platforms: - sam4s_xplained drivers.memc.sifive_ddr: + simulation_exclude: + - renode tags: - drivers - memc diff --git a/tests/subsys/fs/ext2/testcase.yaml b/tests/subsys/fs/ext2/testcase.yaml index 7466e0984b9..bb4402c9b0e 100644 --- a/tests/subsys/fs/ext2/testcase.yaml +++ b/tests/subsys/fs/ext2/testcase.yaml @@ -19,6 +19,8 @@ tests: - EXTRA_DTC_OVERLAY_FILE="ramdisk_big.overlay" filesystem.ext2.sdcard: + simulation_exclude: + - renode platform_allow: - hifive_unmatched - bl5340_dvk_cpuapp