[example] Add example to tests optional attributes of migrated clusters along with the script to verify.

Add pytest to CI

Fix CI
This commit is contained in:
Rohit
2026-02-25 16:53:10 +05:30
parent da3910cec5
commit 85a04cf3bf
17 changed files with 964 additions and 11 deletions
+3
View File
@@ -45,6 +45,9 @@ if (CONFIG_ESP_MATTER_ENABLE_MATTER_SERVER)
list(APPEND SRC_DIRS_LIST "data_model"
"data_model_provider"
"data_model/private")
if (NOT CONFIG_ESP_MATTER_ENABLE_OPTIONAL_ATTRIBUTES)
list(APPEND EXCLUDE_SRCS_LIST "data_model/esp_matter_optional_attribute.cpp")
endif()
list(APPEND INCLUDE_DIRS_LIST "zap_common"
"data_model")
list(APPEND PRIV_INCLUDE_DIRS_LIST "data_model/private")