From 3cec052750aab9c2e4b2452e24407ba3f0f3c32e Mon Sep 17 00:00:00 2001 From: Krzysztof Taborowski Date: Wed, 22 May 2024 11:04:58 +0200 Subject: [PATCH] tests: use sysbuild in sidewalk tests [KRKNWK-18748] * use sysbuild to build functional and validation tests * do not use sysbuild in unit tests (not supported) * disable dfu and parition manager in tests Signed-off-by: Krzysztof Taborowski --- tests/functional/critical_region/testcase.yaml | 1 + tests/functional/crypto/testcase.yaml | 1 + tests/functional/interrupts/testcase.yaml | 1 + tests/functional/mfg_storage/testcase.yaml | 1 + tests/functional/pal_delay/testcase.yaml | 1 + tests/functional/spi_bus/testcase.yaml | 1 + tests/functional/storage/testcase.yaml | 1 + tests/functional/temperature/testcase.yaml | 1 + tests/functional/time/testcase.yaml | 1 + tests/manual/ble/pm_static.yml | 4 ---- tests/manual/ble/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml | 4 ---- tests/manual/ble/prj.conf | 2 +- tests/manual/ble/sample.yaml | 1 + tests/manual/ble/sysbuild.conf | 7 +++++++ tests/manual/log/pm_static.yml | 4 ---- tests/manual/log/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml | 4 ---- tests/manual/log/prj.conf | 2 +- tests/manual/log/sample.yaml | 1 + tests/manual/log/sysbuild.conf | 7 +++++++ tests/unit_tests/pal_assert/testcase.yaml | 1 + tests/unit_tests/pal_ble_adapter/testcase.yaml | 1 + tests/unit_tests/pal_crypto/testcase.yaml | 1 + tests/unit_tests/pal_log/testcase.yaml | 1 + tests/unit_tests/pal_mfg_storage/testcase.yaml | 1 + tests/unit_tests/pal_storage_kv/testcase.yaml | 1 + tests/unit_tests/pal_sw_interrupts/testcase.yaml | 1 + tests/unit_tests/pal_temperature/testcase.yaml | 1 + tests/unit_tests/pal_timer/testcase.yaml | 1 + tests/unit_tests/pal_uptime/testcase.yaml | 1 + tests/unit_tests/sid_ace_alloc/testcase.yaml | 1 + tests/unit_tests/sid_ble_adapter_callbacks/testcase.yaml | 1 + tests/unit_tests/sid_ble_advert/testcase.yaml | 1 + tests/unit_tests/sid_ble_connection/testcase.yaml | 1 + tests/unit_tests/sid_ble_service/testcase.yaml | 1 + tests/unit_tests/sid_dut_shell/testcase.yaml | 1 + tests/unit_tests/sid_pal_gpio/testcase.yaml | 1 + tests/unit_tests/state_notifier/testcase.yaml | 1 + tests/validation/crypto/pm_static.yml | 4 ---- .../crypto/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml | 4 ---- tests/validation/crypto/prj.conf | 1 + tests/validation/crypto/sysbuild.conf | 7 +++++++ tests/validation/crypto/testcase.yaml | 1 + tests/validation/storage_kv/pm_static.yml | 4 ---- .../storage_kv/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml | 4 ---- tests/validation/storage_kv/prj.conf | 1 + tests/validation/storage_kv/sysbuild.conf | 7 +++++++ tests/validation/storage_kv/testcase.yaml | 1 + tests/validation/timer/pm_static.yml | 4 ---- .../timer/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml | 4 ---- tests/validation/timer/prj.conf | 1 + tests/validation/timer/sysbuild.conf | 7 +++++++ tests/validation/timer/testcase.yaml | 1 + 52 files changed, 72 insertions(+), 42 deletions(-) delete mode 100644 tests/manual/ble/pm_static.yml delete mode 100644 tests/manual/ble/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml create mode 100644 tests/manual/ble/sysbuild.conf delete mode 100644 tests/manual/log/pm_static.yml delete mode 100644 tests/manual/log/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml create mode 100644 tests/manual/log/sysbuild.conf delete mode 100644 tests/validation/crypto/pm_static.yml delete mode 100644 tests/validation/crypto/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml create mode 100644 tests/validation/crypto/sysbuild.conf delete mode 100644 tests/validation/storage_kv/pm_static.yml delete mode 100644 tests/validation/storage_kv/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml create mode 100644 tests/validation/storage_kv/sysbuild.conf delete mode 100644 tests/validation/timer/pm_static.yml delete mode 100644 tests/validation/timer/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml create mode 100644 tests/validation/timer/sysbuild.conf diff --git a/tests/functional/critical_region/testcase.yaml b/tests/functional/critical_region/testcase.yaml index 3d4d9a44a4..f63726f97d 100644 --- a/tests/functional/critical_region/testcase.yaml +++ b/tests/functional/critical_region/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.functional.critical_region: + sysbuild: true platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf54l15pdk@0.3.0/nrf54l15/cpuapp integration_platforms: - nrf52840dk/nrf52840 diff --git a/tests/functional/crypto/testcase.yaml b/tests/functional/crypto/testcase.yaml index 41d3b750e2..ef92dacaab 100644 --- a/tests/functional/crypto/testcase.yaml +++ b/tests/functional/crypto/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.functional.crypto: + sysbuild: true tags: Sidewalk platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf54l15pdk@0.3.0/nrf54l15/cpuapp integration_platforms: diff --git a/tests/functional/interrupts/testcase.yaml b/tests/functional/interrupts/testcase.yaml index 3aec958a27..bce1c230b0 100644 --- a/tests/functional/interrupts/testcase.yaml +++ b/tests/functional/interrupts/testcase.yaml @@ -1,5 +1,6 @@ tests: unity.sidewalk.functional.interrupts: + sysbuild: true tags: Sidewalk platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf54l15pdk@0.3.0/nrf54l15/cpuapp integration_platforms: diff --git a/tests/functional/mfg_storage/testcase.yaml b/tests/functional/mfg_storage/testcase.yaml index cc755a6ecf..d042923ca3 100644 --- a/tests/functional/mfg_storage/testcase.yaml +++ b/tests/functional/mfg_storage/testcase.yaml @@ -1,6 +1,7 @@ tests: sidewalk.functional.mfg_storage: skip: true + sysbuild: true tags: Sidewalk platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf54l15pdk@0.3.0/nrf54l15/cpuapp integration_platforms: diff --git a/tests/functional/pal_delay/testcase.yaml b/tests/functional/pal_delay/testcase.yaml index 9a6fb6fcf0..692293c594 100644 --- a/tests/functional/pal_delay/testcase.yaml +++ b/tests/functional/pal_delay/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.functional.delay: + sysbuild: true platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf54l15pdk@0.3.0/nrf54l15/cpuapp integration_platforms: - nrf52840dk/nrf52840 diff --git a/tests/functional/spi_bus/testcase.yaml b/tests/functional/spi_bus/testcase.yaml index 17e2b7c172..589fbc669d 100644 --- a/tests/functional/spi_bus/testcase.yaml +++ b/tests/functional/spi_bus/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.functional.spi_bus: + sysbuild: true platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf54l15pdk@0.3.0/nrf54l15/cpuapp integration_platforms: - nrf52840dk/nrf52840 diff --git a/tests/functional/storage/testcase.yaml b/tests/functional/storage/testcase.yaml index 0f7cbeede4..47dd051e57 100644 --- a/tests/functional/storage/testcase.yaml +++ b/tests/functional/storage/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.functional.storage: + sysbuild: true tags: Sidewalk platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf54l15pdk@0.3.0/nrf54l15/cpuapp integration_platforms: diff --git a/tests/functional/temperature/testcase.yaml b/tests/functional/temperature/testcase.yaml index b6b10f5dfa..81eca0b7ca 100644 --- a/tests/functional/temperature/testcase.yaml +++ b/tests/functional/temperature/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.functional.temperature: + sysbuild: true platform_allow: - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp diff --git a/tests/functional/time/testcase.yaml b/tests/functional/time/testcase.yaml index 0526b81a9d..69d7cbe161 100644 --- a/tests/functional/time/testcase.yaml +++ b/tests/functional/time/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.functional.time: + sysbuild: true tags: Sidewalk platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp integration_platforms: diff --git a/tests/manual/ble/pm_static.yml b/tests/manual/ble/pm_static.yml deleted file mode 100644 index 38e6c17c13..0000000000 --- a/tests/manual/ble/pm_static.yml +++ /dev/null @@ -1,4 +0,0 @@ -mfg_storage: - address: 0xff000 - region: flash_primary - size: 0x1000 diff --git a/tests/manual/ble/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml b/tests/manual/ble/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml deleted file mode 100644 index d012052b69..0000000000 --- a/tests/manual/ble/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml +++ /dev/null @@ -1,4 +0,0 @@ -mfg_storage: - address: 0x17c000 - region: flash_primary - size: 0x1000 diff --git a/tests/manual/ble/prj.conf b/tests/manual/ble/prj.conf index f4b1785709..12d6def063 100644 --- a/tests/manual/ble/prj.conf +++ b/tests/manual/ble/prj.conf @@ -6,6 +6,7 @@ # Sidewalk CONFIG_SIDEWALK=y +CONFIG_SIDEWALK_DFU=n CONFIG_SIDEWALK_LOG_LEVEL_DBG=y CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n @@ -16,4 +17,3 @@ CONFIG_RESET_ON_FATAL_ERROR=n CONFIG_FPU=y CONFIG_DK_LIBRARY=y -CONFIG_PARTITION_MANAGER_ENABLED=y diff --git a/tests/manual/ble/sample.yaml b/tests/manual/ble/sample.yaml index 0ebb2e1476..cbcda1af3c 100644 --- a/tests/manual/ble/sample.yaml +++ b/tests/manual/ble/sample.yaml @@ -3,6 +3,7 @@ sample: description: Test Bluetooth with controller (e.g. smartphone with nRF Connect App) tests: sidewalk.test.ble: + sysbuild: true platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf54l15pdk@0.3.0/nrf54l15/cpuapp build_only: true integration_platforms: diff --git a/tests/manual/ble/sysbuild.conf b/tests/manual/ble/sysbuild.conf new file mode 100644 index 0000000000..7e6d419a0f --- /dev/null +++ b/tests/manual/ble/sysbuild.conf @@ -0,0 +1,7 @@ +# +# Copyright (c) 2024 Nordic Semiconductor ASA +# +# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# + +SB_CONFIG_PARTITION_MANAGER=n diff --git a/tests/manual/log/pm_static.yml b/tests/manual/log/pm_static.yml deleted file mode 100644 index 38e6c17c13..0000000000 --- a/tests/manual/log/pm_static.yml +++ /dev/null @@ -1,4 +0,0 @@ -mfg_storage: - address: 0xff000 - region: flash_primary - size: 0x1000 diff --git a/tests/manual/log/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml b/tests/manual/log/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml deleted file mode 100644 index d012052b69..0000000000 --- a/tests/manual/log/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml +++ /dev/null @@ -1,4 +0,0 @@ -mfg_storage: - address: 0x17c000 - region: flash_primary - size: 0x1000 diff --git a/tests/manual/log/prj.conf b/tests/manual/log/prj.conf index 417f130d87..a9e8a79bd3 100644 --- a/tests/manual/log/prj.conf +++ b/tests/manual/log/prj.conf @@ -6,6 +6,7 @@ # Sidewalk CONFIG_SIDEWALK=y +CONFIG_SIDEWALK_DFU=n CONFIG_SIDEWALK_LOG_LEVEL_DBG=y CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n @@ -26,4 +27,3 @@ CONFIG_FPU=y # Debug CONFIG_RESET_ON_FATAL_ERROR=n -CONFIG_PARTITION_MANAGER_ENABLED=y diff --git a/tests/manual/log/sample.yaml b/tests/manual/log/sample.yaml index 5e27885fdf..94bb4b8b7f 100644 --- a/tests/manual/log/sample.yaml +++ b/tests/manual/log/sample.yaml @@ -3,6 +3,7 @@ sample: description: Test printing different sidewalk logs tests: sidewalk.test.log: + sysbuild: true platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf54l15pdk@0.3.0/nrf54l15/cpuapp build_only: true integration_platforms: diff --git a/tests/manual/log/sysbuild.conf b/tests/manual/log/sysbuild.conf new file mode 100644 index 0000000000..7e6d419a0f --- /dev/null +++ b/tests/manual/log/sysbuild.conf @@ -0,0 +1,7 @@ +# +# Copyright (c) 2024 Nordic Semiconductor ASA +# +# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# + +SB_CONFIG_PARTITION_MANAGER=n diff --git a/tests/unit_tests/pal_assert/testcase.yaml b/tests/unit_tests/pal_assert/testcase.yaml index 3cb021f675..c948fb7788 100644 --- a/tests/unit_tests/pal_assert/testcase.yaml +++ b/tests/unit_tests/pal_assert/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.assert: + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/pal_ble_adapter/testcase.yaml b/tests/unit_tests/pal_ble_adapter/testcase.yaml index e4f3a45da5..55d870581a 100644 --- a/tests/unit_tests/pal_ble_adapter/testcase.yaml +++ b/tests/unit_tests/pal_ble_adapter/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.ble_adapter: + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/pal_crypto/testcase.yaml b/tests/unit_tests/pal_crypto/testcase.yaml index 1f49338f36..1317b34c0a 100644 --- a/tests/unit_tests/pal_crypto/testcase.yaml +++ b/tests/unit_tests/pal_crypto/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.crypto: + sysbuild: true tags: Sidewalk platform_allow: native_posix integration_platforms: diff --git a/tests/unit_tests/pal_log/testcase.yaml b/tests/unit_tests/pal_log/testcase.yaml index 3743006cfb..084d3dd9d5 100644 --- a/tests/unit_tests/pal_log/testcase.yaml +++ b/tests/unit_tests/pal_log/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.log: + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/pal_mfg_storage/testcase.yaml b/tests/unit_tests/pal_mfg_storage/testcase.yaml index 0be8cb7216..10fb344b83 100644 --- a/tests/unit_tests/pal_mfg_storage/testcase.yaml +++ b/tests/unit_tests/pal_mfg_storage/testcase.yaml @@ -1,6 +1,7 @@ tests: sidewalk.unit_tests.mfg_storage: skip: true + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/pal_storage_kv/testcase.yaml b/tests/unit_tests/pal_storage_kv/testcase.yaml index 03f0140dd5..e10aef99a4 100644 --- a/tests/unit_tests/pal_storage_kv/testcase.yaml +++ b/tests/unit_tests/pal_storage_kv/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.storage_kv: + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/pal_sw_interrupts/testcase.yaml b/tests/unit_tests/pal_sw_interrupts/testcase.yaml index 9b6f4c4492..bf785633f5 100644 --- a/tests/unit_tests/pal_sw_interrupts/testcase.yaml +++ b/tests/unit_tests/pal_sw_interrupts/testcase.yaml @@ -1,4 +1,5 @@ tests: unity.sidewalk.unit_tests.interrupts: + sysbuild: false tags: Sidewalk type: unit diff --git a/tests/unit_tests/pal_temperature/testcase.yaml b/tests/unit_tests/pal_temperature/testcase.yaml index 3492102989..05e4c51e2f 100644 --- a/tests/unit_tests/pal_temperature/testcase.yaml +++ b/tests/unit_tests/pal_temperature/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.temperature: + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/pal_timer/testcase.yaml b/tests/unit_tests/pal_timer/testcase.yaml index 8c0b4d2619..78cd6f9430 100644 --- a/tests/unit_tests/pal_timer/testcase.yaml +++ b/tests/unit_tests/pal_timer/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.timer: + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/pal_uptime/testcase.yaml b/tests/unit_tests/pal_uptime/testcase.yaml index aa992162db..2c1d62cdea 100644 --- a/tests/unit_tests/pal_uptime/testcase.yaml +++ b/tests/unit_tests/pal_uptime/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.uptime: + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/sid_ace_alloc/testcase.yaml b/tests/unit_tests/sid_ace_alloc/testcase.yaml index 41b44fb0de..c734cb4896 100644 --- a/tests/unit_tests/sid_ace_alloc/testcase.yaml +++ b/tests/unit_tests/sid_ace_alloc/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.ace.alloc: + sysbuild: true platform_allow: - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp diff --git a/tests/unit_tests/sid_ble_adapter_callbacks/testcase.yaml b/tests/unit_tests/sid_ble_adapter_callbacks/testcase.yaml index b70c7a68e0..8282d765a2 100644 --- a/tests/unit_tests/sid_ble_adapter_callbacks/testcase.yaml +++ b/tests/unit_tests/sid_ble_adapter_callbacks/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.ble_adapter_callbacks: + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/sid_ble_advert/testcase.yaml b/tests/unit_tests/sid_ble_advert/testcase.yaml index e6fd613719..54c0a7c784 100644 --- a/tests/unit_tests/sid_ble_advert/testcase.yaml +++ b/tests/unit_tests/sid_ble_advert/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.ble_advertising: + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/sid_ble_connection/testcase.yaml b/tests/unit_tests/sid_ble_connection/testcase.yaml index d3a569b630..b5662bc127 100644 --- a/tests/unit_tests/sid_ble_connection/testcase.yaml +++ b/tests/unit_tests/sid_ble_connection/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.ble_connection: + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/sid_ble_service/testcase.yaml b/tests/unit_tests/sid_ble_service/testcase.yaml index 0c3a37d59c..820ddd4932 100644 --- a/tests/unit_tests/sid_ble_service/testcase.yaml +++ b/tests/unit_tests/sid_ble_service/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.sid_ble_service: + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/sid_dut_shell/testcase.yaml b/tests/unit_tests/sid_dut_shell/testcase.yaml index 631fb4d9e1..7e80f10ff6 100644 --- a/tests/unit_tests/sid_dut_shell/testcase.yaml +++ b/tests/unit_tests/sid_dut_shell/testcase.yaml @@ -1,4 +1,5 @@ tests: sidewalk.unit_tests.sid_dut_shell: + sysbuild: false tags: Sidewalk type: unit diff --git a/tests/unit_tests/sid_pal_gpio/testcase.yaml b/tests/unit_tests/sid_pal_gpio/testcase.yaml index dfe586b3a7..711b20d6ec 100644 --- a/tests/unit_tests/sid_pal_gpio/testcase.yaml +++ b/tests/unit_tests/sid_pal_gpio/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.unit_tests.gpio: + sysbuild: true platform_allow: native_posix tags: Sidewalk integration_platforms: diff --git a/tests/unit_tests/state_notifier/testcase.yaml b/tests/unit_tests/state_notifier/testcase.yaml index bfd695c1b0..31c35fdbc5 100644 --- a/tests/unit_tests/state_notifier/testcase.yaml +++ b/tests/unit_tests/state_notifier/testcase.yaml @@ -1,4 +1,5 @@ tests: sidewalk.unit_tests.state_notifier: + sysbuild: false tags: Sidewalk type: unit diff --git a/tests/validation/crypto/pm_static.yml b/tests/validation/crypto/pm_static.yml deleted file mode 100644 index 38e6c17c13..0000000000 --- a/tests/validation/crypto/pm_static.yml +++ /dev/null @@ -1,4 +0,0 @@ -mfg_storage: - address: 0xff000 - region: flash_primary - size: 0x1000 diff --git a/tests/validation/crypto/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml b/tests/validation/crypto/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml deleted file mode 100644 index d012052b69..0000000000 --- a/tests/validation/crypto/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml +++ /dev/null @@ -1,4 +0,0 @@ -mfg_storage: - address: 0x17c000 - region: flash_primary - size: 0x1000 diff --git a/tests/validation/crypto/prj.conf b/tests/validation/crypto/prj.conf index 6ef9efeeee..3f00105efc 100644 --- a/tests/validation/crypto/prj.conf +++ b/tests/validation/crypto/prj.conf @@ -6,6 +6,7 @@ CONFIG_UNITY=y CONFIG_ZTEST=y CONFIG_SIDEWALK=y +CONFIG_SIDEWALK_DFU=n CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n CONFIG_SIDEWALK_LOG_LEVEL_OFF=y CONFIG_SIDEWALK_CRYPTO_LOG_LEVEL_OFF=y diff --git a/tests/validation/crypto/sysbuild.conf b/tests/validation/crypto/sysbuild.conf new file mode 100644 index 0000000000..7e6d419a0f --- /dev/null +++ b/tests/validation/crypto/sysbuild.conf @@ -0,0 +1,7 @@ +# +# Copyright (c) 2024 Nordic Semiconductor ASA +# +# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# + +SB_CONFIG_PARTITION_MANAGER=n diff --git a/tests/validation/crypto/testcase.yaml b/tests/validation/crypto/testcase.yaml index 72247edc8d..fb06286198 100644 --- a/tests/validation/crypto/testcase.yaml +++ b/tests/validation/crypto/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.sid_validation.pal_crypto: + sysbuild: true platform_allow: - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpuapp diff --git a/tests/validation/storage_kv/pm_static.yml b/tests/validation/storage_kv/pm_static.yml deleted file mode 100644 index 38e6c17c13..0000000000 --- a/tests/validation/storage_kv/pm_static.yml +++ /dev/null @@ -1,4 +0,0 @@ -mfg_storage: - address: 0xff000 - region: flash_primary - size: 0x1000 diff --git a/tests/validation/storage_kv/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml b/tests/validation/storage_kv/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml deleted file mode 100644 index d012052b69..0000000000 --- a/tests/validation/storage_kv/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml +++ /dev/null @@ -1,4 +0,0 @@ -mfg_storage: - address: 0x17c000 - region: flash_primary - size: 0x1000 diff --git a/tests/validation/storage_kv/prj.conf b/tests/validation/storage_kv/prj.conf index 6178629afc..060c811818 100644 --- a/tests/validation/storage_kv/prj.conf +++ b/tests/validation/storage_kv/prj.conf @@ -6,6 +6,7 @@ CONFIG_UNITY=y CONFIG_ZTEST=y CONFIG_SIDEWALK=y +CONFIG_SIDEWALK_DFU=n CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n CONFIG_SIDEWALK_LOG_LEVEL_OFF=y CONFIG_NVS_LOG_LEVEL_OFF=y diff --git a/tests/validation/storage_kv/sysbuild.conf b/tests/validation/storage_kv/sysbuild.conf new file mode 100644 index 0000000000..7e6d419a0f --- /dev/null +++ b/tests/validation/storage_kv/sysbuild.conf @@ -0,0 +1,7 @@ +# +# Copyright (c) 2024 Nordic Semiconductor ASA +# +# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# + +SB_CONFIG_PARTITION_MANAGER=n diff --git a/tests/validation/storage_kv/testcase.yaml b/tests/validation/storage_kv/testcase.yaml index bc6ef249ea..3ca6b31a5c 100644 --- a/tests/validation/storage_kv/testcase.yaml +++ b/tests/validation/storage_kv/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.sid_validation.pal_storage_kv: + sysbuild: true platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf54l15pdk@0.3.0/nrf54l15/cpuapp tags: Sidewalk integration_platforms: diff --git a/tests/validation/timer/pm_static.yml b/tests/validation/timer/pm_static.yml deleted file mode 100644 index 38e6c17c13..0000000000 --- a/tests/validation/timer/pm_static.yml +++ /dev/null @@ -1,4 +0,0 @@ -mfg_storage: - address: 0xff000 - region: flash_primary - size: 0x1000 diff --git a/tests/validation/timer/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml b/tests/validation/timer/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml deleted file mode 100644 index d012052b69..0000000000 --- a/tests/validation/timer/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml +++ /dev/null @@ -1,4 +0,0 @@ -mfg_storage: - address: 0x17c000 - region: flash_primary - size: 0x1000 diff --git a/tests/validation/timer/prj.conf b/tests/validation/timer/prj.conf index 90eacfde3c..a42a591644 100644 --- a/tests/validation/timer/prj.conf +++ b/tests/validation/timer/prj.conf @@ -5,6 +5,7 @@ # CONFIG_ZTEST=y CONFIG_SIDEWALK=y +CONFIG_SIDEWALK_DFU=n CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n CONFIG_SIDEWALK_LOG_LEVEL_OFF=y CONFIG_ZTEST_THREAD_PRIORITY=14 diff --git a/tests/validation/timer/sysbuild.conf b/tests/validation/timer/sysbuild.conf new file mode 100644 index 0000000000..7e6d419a0f --- /dev/null +++ b/tests/validation/timer/sysbuild.conf @@ -0,0 +1,7 @@ +# +# Copyright (c) 2024 Nordic Semiconductor ASA +# +# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# + +SB_CONFIG_PARTITION_MANAGER=n diff --git a/tests/validation/timer/testcase.yaml b/tests/validation/timer/testcase.yaml index 8b387abbd7..23870dc66b 100644 --- a/tests/validation/timer/testcase.yaml +++ b/tests/validation/timer/testcase.yaml @@ -1,5 +1,6 @@ tests: sidewalk.sid_validation.pal_timer: + sysbuild: true platform_allow: nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf54l15pdk@0.3.0/nrf54l15/cpuapp tags: Sidewalk integration_platforms: