From a575d9bc31043ba6b0c9fa5c8b0848a6d8b8728a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Chru=C5=9Bci=C5=84ski?= Date: Wed, 26 Jun 2024 08:01:54 +0200 Subject: [PATCH] tests: drivers: counter: nrf: fixed_top: Rework nrf54h20 cpuppr config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rework configuration so that it does not require special treatment in testcase.yaml. Signed-off-by: Krzysztof Chruściński --- .../boards/nrf54h20dk_nrf54h20_cpuapp.overlay} | 0 .../fixed_top/sysbuild/vpr_launcher/prj.conf | 1 + .../counter/counter_nrf_rtc/fixed_top/testcase.yaml | 13 +------------ 3 files changed, 2 insertions(+), 12 deletions(-) rename tests/drivers/counter/counter_nrf_rtc/fixed_top/{boards/nrf54h20dk_nrf54h20_vpr_launcher.overlay => sysbuild/vpr_launcher/boards/nrf54h20dk_nrf54h20_cpuapp.overlay} (100%) create mode 100644 tests/drivers/counter/counter_nrf_rtc/fixed_top/sysbuild/vpr_launcher/prj.conf diff --git a/tests/drivers/counter/counter_nrf_rtc/fixed_top/boards/nrf54h20dk_nrf54h20_vpr_launcher.overlay b/tests/drivers/counter/counter_nrf_rtc/fixed_top/sysbuild/vpr_launcher/boards/nrf54h20dk_nrf54h20_cpuapp.overlay similarity index 100% rename from tests/drivers/counter/counter_nrf_rtc/fixed_top/boards/nrf54h20dk_nrf54h20_vpr_launcher.overlay rename to tests/drivers/counter/counter_nrf_rtc/fixed_top/sysbuild/vpr_launcher/boards/nrf54h20dk_nrf54h20_cpuapp.overlay diff --git a/tests/drivers/counter/counter_nrf_rtc/fixed_top/sysbuild/vpr_launcher/prj.conf b/tests/drivers/counter/counter_nrf_rtc/fixed_top/sysbuild/vpr_launcher/prj.conf new file mode 100644 index 00000000000000..b2a4ba591044ee --- /dev/null +++ b/tests/drivers/counter/counter_nrf_rtc/fixed_top/sysbuild/vpr_launcher/prj.conf @@ -0,0 +1 @@ +# nothing here diff --git a/tests/drivers/counter/counter_nrf_rtc/fixed_top/testcase.yaml b/tests/drivers/counter/counter_nrf_rtc/fixed_top/testcase.yaml index d31ab2a1602d6c..8706077f2a0092 100644 --- a/tests/drivers/counter/counter_nrf_rtc/fixed_top/testcase.yaml +++ b/tests/drivers/counter/counter_nrf_rtc/fixed_top/testcase.yaml @@ -9,15 +9,4 @@ tests: - nrf52_bsim - nrf54h20dk/nrf54h20/cpuapp - nrf54h20dk/nrf54h20/cpurad - drivers.counter.nrf_rtc.nrf54h20_cpuppr: - tags: - - drivers - - counter - depends_on: counter - platform_allow: nrf54h20dk/nrf54h20/cpuppr - sysbuild: true - extra_args: - - vpr_launcher_DTC_OVERLAY_FILE="../../../tests/drivers/counter/counter_nrf_rtc/fixed_top/boards/nrf54h20dk_nrf54h20_vpr_launcher.overlay" - - SB_CONFIG_VPR_LAUNCHER=y - # Disable asserts to fit in limited code memory - - CONFIG_ASSERT=n + - nrf54h20dk/nrf54h20/cpuppr