Skip to content

Commit

Permalink
tests: disable parition manager in sidewalk tests
Browse files Browse the repository at this point in the history
[KRKNWK-18748]

Signed-off-by: Krzysztof Taborowski <[email protected]>
  • Loading branch information
ktaborowski committed May 10, 2024
1 parent 49f8b4c commit 1722cf8
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 42 deletions.
4 changes: 0 additions & 4 deletions tests/manual/ble/pm_static.yml

This file was deleted.

4 changes: 0 additions & 4 deletions tests/manual/ble/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/manual/ble/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# Sidewalk
CONFIG_SIDEWALK=y
CONFIG_SIDEWALK_DFU=n
CONFIG_SIDEWALK_LOG_LEVEL_DBG=y
CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n

Expand All @@ -16,4 +17,3 @@ CONFIG_RESET_ON_FATAL_ERROR=n
CONFIG_FPU=y

CONFIG_DK_LIBRARY=y
CONFIG_PARTITION_MANAGER_ENABLED=y
7 changes: 7 additions & 0 deletions tests/manual/ble/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

SB_CONFIG_PARTITION_MANAGER=n
4 changes: 0 additions & 4 deletions tests/manual/log/pm_static.yml

This file was deleted.

4 changes: 0 additions & 4 deletions tests/manual/log/pm_static_nrf54l15pdk_nrf54l15_cpuapp.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/manual/log/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# Sidewalk
CONFIG_SIDEWALK=y
CONFIG_SIDEWALK_DFU=n
CONFIG_SIDEWALK_LOG_LEVEL_DBG=y
CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n

Expand All @@ -26,4 +27,3 @@ CONFIG_FPU=y

# Debug
CONFIG_RESET_ON_FATAL_ERROR=n
CONFIG_PARTITION_MANAGER_ENABLED=y
7 changes: 7 additions & 0 deletions tests/manual/log/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

SB_CONFIG_PARTITION_MANAGER=n
4 changes: 0 additions & 4 deletions tests/validation/crypto/pm_static.yml

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions tests/validation/crypto/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions tests/validation/crypto/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

SB_CONFIG_PARTITION_MANAGER=n
4 changes: 0 additions & 4 deletions tests/validation/storage_kv/pm_static.yml

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions tests/validation/storage_kv/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions tests/validation/storage_kv/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

SB_CONFIG_PARTITION_MANAGER=n
4 changes: 0 additions & 4 deletions tests/validation/timer/pm_static.yml

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions tests/validation/timer/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions tests/validation/timer/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

SB_CONFIG_PARTITION_MANAGER=n

0 comments on commit 1722cf8

Please sign in to comment.