Skip to content

Commit f5c7eb2

Browse files
tomchyanangl
authored andcommitted
tests: Disable SSF if interface is mocked
The test uses SSF interface mock instead, so disable the SSF to avoid two implementations of the same interface. Ref: NCSDK-31359 Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent e30bd5d commit f5c7eb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/subsys/dfu/dfu_target/suit/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
CONFIG_LOG=y
99
CONFIG_LOG_BACKEND_UART=y
1010
CONFIG_LOG_MODE_DEFERRED=y
11+
12+
# Disable SUIT SSF service and use mocks instead
13+
CONFIG_SSF_SUIT_SERVICE_ENABLED=n

0 commit comments

Comments
 (0)