Skip to content

Commit 437f372

Browse files
kkasperczyk-noArekBalysNordic
authored andcommitted
samples: matter: Updated sample.ymls for power consumption tests
Removed dedicated Matter snippet for testing power consumption and added relevant configs to sample.ymls. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent e155d3b commit 437f372

File tree

7 files changed

+11
-36
lines changed

7 files changed

+11
-36
lines changed

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,6 @@
740740
/snippets/hw-flow-control/ @nrfconnect/ncs-low-level-test @miha-nordic
741741
/snippets/matter-diagnostic-logs/ @nrfconnect/ncs-matter
742742
/snippets/matter-debug/ @nrfconnect/ncs-matter
743-
/snippets/matter-power-consumption-tests/ @nrfconnect/ncs-matter
744743
/snippets/nordic-bt-rpc/ @ppryga-nordic
745744
/snippets/nrf70-driver-debug/ @krish2718 @sachinthegreen
746745
/snippets/nrf70-driver-verbose-debug/ @krish2718 @sachinthegreen

samples/matter/lock/sample.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ tests:
128128
build_only: true
129129
extra_args:
130130
- FILE_SUFFIX=release
131-
- lock_SNIPPET=power-consumption-tests
131+
- CONFIG_NCS_SAMPLE_MATTER_LEDS=n
132+
- CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=n
133+
- CONFIG_CHIP_ENABLE_PAIRING_AUTOSTART=y
132134
integration_platforms:
133135
- nrf52840dk/nrf52840
134136
- nrf5340dk/nrf5340/cpuapp

samples/matter/smoke_co_alarm/sample.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ tests:
4747
build_only: true
4848
extra_args:
4949
- FILE_SUFFIX=release
50-
- smoke_co_alarm_SNIPPET=power-consumption-tests
50+
- CONFIG_NCS_SAMPLE_MATTER_LEDS=n
51+
- CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=n
52+
- CONFIG_CHIP_ENABLE_PAIRING_AUTOSTART=y
5153
integration_platforms:
5254
- nrf52840dk/nrf52840
5355
- nrf5340dk/nrf5340/cpuapp

samples/matter/window_covering/sample.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,19 @@ tests:
4545
build_only: true
4646
extra_args:
4747
- FILE_SUFFIX=release
48-
- window_covering_SNIPPET=power-consumption-tests
48+
- CONFIG_NCS_SAMPLE_MATTER_LEDS=n
49+
- CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=n
50+
- CONFIG_CHIP_ENABLE_PAIRING_AUTOSTART=y
4951
integration_platforms:
5052
- nrf52840dk/nrf52840
5153
- nrf5340dk/nrf5340/cpuapp
5254
- nrf54l15dk/nrf54l15/cpuapp
55+
- nrf54lm20dk/nrf54lm20a/cpuapp
5356
platform_allow:
5457
- nrf52840dk/nrf52840
5558
- nrf5340dk/nrf5340/cpuapp
5659
- nrf54l15dk/nrf54l15/cpuapp
60+
- nrf54lm20dk/nrf54lm20a/cpuapp
5761
tags:
5862
- sysbuild
5963
- ci_samples_matter

snippets/matter-power-consumption-tests/boards/nrf54l15dk.conf

Lines changed: 0 additions & 14 deletions
This file was deleted.

snippets/matter-power-consumption-tests/power_consumption_tests.conf

Lines changed: 0 additions & 10 deletions
This file was deleted.

snippets/matter-power-consumption-tests/snippet.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)