- Fixed the h2 pytest failure by adding the timedInteractionTimeoutMs in the activedataset command
since spec mandates a timed interaction.
- Fixed the external platform build failure.
- Added the support of the certification tests in CI for esp32c6.
- Added pytest_cert_helper script to execute certification tests.
- Added the json file to maintain and modify a list of tests to be run in the CI.
- Added the PICS file for extended_color_light for wifi for the certification tests.
- Added the support to post the test results on gitlab MR.
- Added the support to use certification test json file as an argument to pytests.
- Added support to use gitlab environment variables like ssid and password in pytests.
- Fix the usage of CommissionerControlServer's constructor
- rename memeber variables usage of EmberAfDeviceType
EmberAfDeviceType::deviceId is renamed to EmberAfDeviceType::deviceTypeId
EmberAfDeviceType::deviceVersion is renamed to EmberAfDeviceType::deviceTypeRevision
- define actions server endpoint count in gen_config.h
- rename the CLUSTER_MASK_ and ATTRIBUTE_MASK_
CLUSTER_MASK_x and ATTRIBUTE_MASK_x has been renamed to use
MATTER_CLUSTER_FLAG_x and MATTER_ATTRIBUTE_FLAG_x
- Also removed the include of empty header file att-storage.h
- remove the command callbacks that are using CHI
Commands removed:
- emberAfAdministratorCommissioningClusterOpenCommissioningWindowCallback
- emberAfAdministratorCommissioningClusterOpenBasicCommissioningWindowCallback
- emberAfAdministratorCommissioningClusterRevokeCommissioningCallback
- emberAfWiFiNetworkDiagnosticsClusterResetCountsCallback
- emberAfGeneralDiagnosticsClusterTestEventTriggerCallback
- emberAfGeneralDiagnosticsClusterTimeSnapshotCallback
- Fixed the build for door-lock-app.