From 099170524b4655cde212ea561a526c50ea688cc0 Mon Sep 17 00:00:00 2001 From: Maciej Baczmanski Date: Thu, 30 Jan 2025 12:16:07 +0100 Subject: [PATCH] manifest: sdk-connectedhomeip: Update revision Pull fix for total operational hours issue and add known issue entry. Signed-off-by: Maciej Baczmanski --- doc/nrf/releases_and_maturity/known_issues.rst | 15 +++++++++++++++ west.yml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/nrf/releases_and_maturity/known_issues.rst b/doc/nrf/releases_and_maturity/known_issues.rst index 448007c48877..783a90994d27 100644 --- a/doc/nrf/releases_and_maturity/known_issues.rst +++ b/doc/nrf/releases_and_maturity/known_issues.rst @@ -504,6 +504,21 @@ Matter The issues in this section are related to the :ref:`ug_matter` protocol. +.. rst-class:: v2-9-0 v2-8-0 v2-7-0 v2-6-2 v2-6-1 v2-6-0 + +KRKNWK-19915: Certification test case TC-DGGEN-2.1 fails on test step 10d when Total Operational Hours feature is enabled + Total operational hours are saved to NVM with interval defined by :kconfig:option:`CONFIG_CHIP_OPERATIONAL_TIME_SAVE_INTERVAL` Kconfig option. + The test case requires checking the value after one hour, restarting the DUT, and verifying if the value has not changed, causing failures if given option is greater than 1. + + **Workaround:** There are two alternative solutions to fix this issue: + + * Disable PICS DGGEN.S.A0003 in the :file:`GeneralDiagnosticsClusterTestPlan.xml` file, disable the ``TotalOperationalHours`` attribute in the General Diagnostics Cluster on Endpoint 0 using the ZAP Tool, and regenerate files. + * Manually cherry-pick and apply the commit with the fix to ``sdk-connectedhomeip`` (commit hash: ``89e823e5d8065ce85a6e6b4c205e11db413c4535`` from the `upstream Matter SDK repository `_). + + .. note:: + + The total operational hours feature is optional and this issue affects the certification process only when DGGEN.S.A0003 PICS is enabled. + .. rst-class:: v2-9-0 KRKNWK-19804: Descriptor Device Type List does not include OTA Requestor device on endpoint 0 diff --git a/west.yml b/west.yml index 8dff90ec146f..b4466cbc1d0a 100644 --- a/west.yml +++ b/west.yml @@ -159,7 +159,7 @@ manifest: - name: matter repo-path: sdk-connectedhomeip path: modules/lib/matter - revision: c63ff3ffd71d97ab36d9231fe8bd1ade1674e49e + revision: pull/542/head west-commands: scripts/west/west-commands.yml submodules: - name: nlio