Commit Graph

12 Commits

Author SHA1 Message Date
WanqQixiang cf35f3a246 CI: skip TC_IDM_10_3 for main branch 2026-01-23 16:41:42 +08:00
Shubham Patil ac23b46bde examples: fix the expected log for C6 tests 2025-11-24 12:17:12 +05:30
shripad621git 4500815659 examples: Build and pytest failure fixes for the submodule update
- 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.
2025-08-21 15:32:13 +05:30
shripad621git 61d3c363a0 tools/ci : Added the support to execute python certification tests in CI.
- 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.
2025-07-14 16:45:04 +05:30
WanqQixiang ae2fe19628 pytest: Use the Matter Thread Border Router example as the TBR for ESP32-H2's pytest 2025-05-28 14:17:57 +08:00
shripad621git afdffde608 esp-matter component and example changes for the submdoule
- 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.
2025-04-11 11:43:22 +05:30
yiwenxiu 77ed256953 ci: change wlan to ethernet 2024-12-11 15:24:00 +08:00
WanqQixiang 85839915be CI: Fix CI of commissioning esp32h2 test 2024-11-11 20:54:00 +08:00
liyashuai e16259707c fix esp32h2 pytest commissioning issue 2024-08-01 13:22:55 +08:00
liyashuai 190af4c3f3 add esp32c2 pytest 2024-04-24 10:31:06 +08:00
shripad621git b9ab58f1af ci/chip-tool : Removed the redundant chip-tool builds from CI using the one built during install.sh 2024-01-05 15:36:07 +05:30
Abudl Rehman 14d41f39b6 CI: Add pytest in CI test 2023-06-26 14:51:34 +08:00