Commit 9e0dc92
Merge v2.13+summer2025 into main (project-chip#250)
* Updated SDK SHA - revert
* Changed SDK_DOCKER_TAG to f2e5de7_latest
* Make all TH dependencies not static (project-chip#164)
* Updated package-dependency-list.txt
* Updated missing dependencies
* [FIX] Reverting the OTBR Start Script (project-chip#150)
* Reverting the BR_VARIANT option to the otbr start script
* Adding TODO to the script
* Adding missing comment char
* Updating Script Comment Year
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Adding switch parameters options to the script
---------
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Do not error while parsing SDK python tests (project-chip#141)
* replace erro with warning
* Update test_collections/matter/sdk_tests/support/python_testing/models/python_test_parser.py
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* black error fix
* pr review
---------
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Add TC-IDM-10.5 test case to mandatory suite (project-chip#153)
* Check user prompt answer FAILED for DUT commissioning (project-chip#155)
* Handle Skip test fir old script python test cases (project-chip#154)
* [FIX] Intermittent Tests Start Error With No Information (project-chip#157)
* Fixing intermittent problem with Python's Base Manager
Creating the manager now only once in the SDK Container Init
* Refactoring and updating the unit tests with related mocks
* Update python_testing references after SDK refactoring (project-chip#162)
* Updated python_testing references after sdk refactoring
* Removed no wanted file changes
* Updated matter_testing references
* Fixed line too long
* Fixed code - black
* Updated SDK SHA
* Removed commented code
* Revert "[FIX] Intermittent Tests Start Error With No Information (project-chip#157)" (project-chip#166)
This reverts commit 316a934.
* 01 - Isolate SDK docker pull script (project-chip#142)
* Isolate SDK docker pull script
* Changes after code review
---------
Co-authored-by: Romulo Quidute Filho <rquidute@apple.com>
* 02 - Script to parser SDK python tests (project-chip#144)
* Isolate SDK docker pull script
* Rebasing
* Apply suggestions from code review
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Move call tp update-pull-sdk-docker-image.sh from setup.sh to update-sample-apps.sh
* Changes after code review
* Fixed CI issues
* Code review fixes
* Fixed unit tests
* Fixed mypy
---------
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: Romulo Quidute Filho <rquidute@apple.com>
* Implemented changes for custom python test (project-chip#167)
* Implemented changes for custom python test
* code review
* Code review
* Code reviewd
* Fixed code violations
* Chanegs after code review
* Remove unused import
* Update update-sample-app script to copy apps from new origin (project-chip#148)
* Fix suite names for custom python tests (project-chip#168)
* Fix move update-pull-sdk-docker-image script content to update-sample-app script (project-chip#169)
* Fixed some python tests not listed (project-chip#172)
* Fixed some python tests not listed
* code review
* [Feature] Implement support to export project config (project-chip#171)
* Implement support to export project config
* Fix mypy
* Changed the returned schema and service endpoint name
* Added import project config
* Apply suggestions from code review
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* code review
---------
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* [FIX] Added support to negated PICS (project-chip#170)
* Added support to negated PICS
* Fixed flake
* Code review. No consider negatives PICS
* Update app/pics_applicable_test_cases.py
* Code review
* Fixes after merge
* Remove unused file (project-chip#175)
* Remove unused file
* Updated cspell
* Fix ci issues v 2 12 (project-chip#176)
* Fix CI issues from v2.12 branch
* Fixed merge
* Fix test case
* Updated SDK_DOCKER_IMAGE url
* Updated SDK_DOCKER_IMAGE url
* Add support for configuring terms and conditions in device commissioning (project-chip#173)
* Add support for configuring terms and conditions in device commissioning
This commit introduces a new `enhanced_setup_flow` configuration
property to the test harness backend, allowing device manufacturers to
define the terms and conditions (T&C) that must be acknowledged and set
during device commissioning. These values are critical for supporting
the Terms and Conditions Certification Test Suite.
Key changes include:
- Added the `EnhancedSetupFlowConfig` class to `DutConfig`, which allows
specifying the T&C version and user response required during
commissioning.
- Updated `generate_command_arguments` in `utils.py` to append the
necessary arguments for T&C validation and the device's commissioning
method.
- Adjusted model validation to ensure the `enhanced_setup_flow` field is
processed correctly within `DutConfig`.
These changes ensure the test harness can enforce manufacturer-specific
T&C values during the commissioning process, aligning with the broader
requirements of T&C validation.
* * Ran ./scripts/format.sh
* Update test_collections/matter/test_environment_config.py
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Update app/user_prompt_support/uploaded_file_support.py
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Update test_collections/matter/sdk_tests/support/performance_tests/utils.py
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Update test_collections/matter/sdk_tests/support/python_testing/models/utils.py
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Update test_collections/matter/sdk_tests/support/python_testing/models/utils.py
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Update test_collections/matter/sdk_tests/support/python_testing/__init__.py
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Revert changes to test_collections/matter/sdk_tests/support/performance_tests/utils.py
* Restyle test_environment_config.py
* test: Add in-test-commissioning-method parameter for manual commissioning validation
Add new parameter to control commissioning flow during tests, allowing manual
validation of the commissioning process instead of auto-commissioning. This
enables test cases to verify terms and conditions acknowledgements during the
commissioning flow.
- Add in-test-commissioning-method parameter to test flags
- Support manual commissioning flow validation
- Enable testing of T&C acknowledgement scenarios
* Add new field "enhanced_setup_flow" to exception message
* Cherry-pick test_python_parser.py from origin/main
* Cherry-pick python_test_parser.py from origin/main
* Revert "Cherry-pick python_test_parser.py from origin/main"
This reverts commit 5d65ce5.
* Revert "Cherry-pick test_python_parser.py from origin/main"
This reverts commit 2cd99b7.
* Removed broken test `test_python_parser.py`
* Revert "Removed broken test `test_python_parser.py`"
This reverts commit 48c0e32.
---------
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* chore: upgrade Node.js from v18.x to v20.x (project-chip#177)
Updated Node.js installation source from setup_18.x to setup_20.x to
align with Ubuntu 22.04 base image requirements
* [Feature] DO NOT require commissioning every test (project-chip#178)
* First implementation
* Implement prompt and copy files from/to contanier
* Unit tests
* Updated SKA SHA
* Unit test typo fixes
* Mypy flake8 fixes
* Mypy fixes
* Update test_collections/matter/sdk_tests/support/python_testing/models/utils.py
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Update test_collections/matter/sdk_tests/support/utils.py
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Code review
* Review fixes
* Remove unused import
---------
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Add logs for project config (project-chip#179)
* Add logs for project config
* Updated cspell.json
* Update app/test_engine/test_runner.py
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>
* Fixed unit test
* Unit test
* Unit test
---------
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>
* Implement rename test run execution name (project-chip#180)
* Fix the checking for storage-path (project-chip#183)
* Revert code changes related to SDK path refactoring (project-chip#186)
* Refatoring prompts for recommissioning (project-chip#187)
* Refatoring prompts for recommissioning
* flake8 fixes
* Changes after code review
* Revert "Utilities stress stability (project-chip#146)" (project-chip#188)
* Revert "Utilities stress stability (project-chip#146)"
This reverts commit 1e042fa.
* Fixing wrong reverts
* Fixing two more reverts
* Remove commissioning information when running YAML scripts (project-chip#189)
* Fix CONTAINER_TH_CLIENT_EXEC path (project-chip#191)
* Fix CONTAINER_TH_CLIENT_EXEC path
* Code formating
* Updated SDK SHA and Python Tests JSON (project-chip#192)
* Removed unused count field at test_case_metadata (project-chip#193)
* Add apps folder when copying apps from container to host
* Version v2.12-beta2+spring2025
* Version v2.12-beta3+spring2025
* Add apps folder when copying apps from container to host (project-chip#194)
* Add apps folder when copying apps from container to host
* Version v2.12-beta2+spring2025
* Version v2.12-beta2+spring2025
* [FIX] Updating Performance Files (project-chip#182)
* Fixing the utils script, one calls and a import from the performance tests files
* Fixing isort and cspell checks
* Fixing Unit tests and removing unnecessary folder and file (jupyter)
* Fix starting backend without internet access. (project-chip#184)
* Remove unused file (project-chip#175)
* Remove unused file
* Updated cspell
* [FIX] Updating Performance Files (project-chip#182)
* Fixing the utils script, one calls and a import from the performance tests files
* Fixing isort and cspell checks
* Fixing Unit tests and removing unnecessary folder and file (jupyter)
* Remove unused file (project-chip#175)
* Remove unused file
* Updated cspell
* Fix ci issues v 2 12 (project-chip#176)
* Fix CI issues from v2.12 branch
* Fixed merge
* Fix test case
* Updated SDK_DOCKER_IMAGE url
* Updated SDK_DOCKER_IMAGE url
* Add nfc-thread pairing mode (project-chip#185)
* Added nfc-thread pairing mode.
This mode doesn't need a discriminator.
* Changed after black
* Unit tests fixes
* Fixed code violations
---------
Co-authored-by: Romulo Quidute Filho <rquidute@apple.com>
* [Fix] Recommissioning Refactoring to V1.5 (project-chip#190)
* Refatoring prompts for recommissioning (project-chip#187)
* Refatoring prompts for recommissioning
* flake8 fixes
* Changes after code review
* Remove commissioning information when running YAML scripts (project-chip#189)
---------
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Updating SDK SHA to 7d67dc904758bb68989596f401a843a31e81911d in config
* Updated SDK SHA
* Redo code changes related to SDK path refactoring (project-chip#198)
* Redo code changes related to SDK path refactoring
* Putting back is_detach argument
* Fix unit test
---------
Co-authored-by: Romulo Quidute Filho <rquidute@apple.cpom>
* Updated SDK SHA and update-sample-apps.sh
* Updated sdk sha
* Undo changes in update-sample-apps.sh
* Utilities stress stability (project-chip#146)
* draft 1
* Update
* Fixing error related to multiple commissioning executions + enhancing logs
* total, readcommissionininfo and discovery plots
* added PASE plot and percentiles
* Update PoC with support to Utility screen.
* Adding support to analytics + enhancing container interface to support detach option.
* Added backend service to generate summary for logDisplay
* Removed unsued code
* Addes URL report in response for performance_summary endpoint
* Minor fixes
* Fixing util method for the repeat feature of the performance tests
* Merge alembic heads
* Cast project config
* Update method according to merged changes
* Make logs directory if it doesn't exist
* Add performance-logs to .gitignore
* Adding the Log Display web application scripts for install, uninstall, start and stop operations
* Adding support to Python Virtual Environment for the LogDisplay app scripts, plus minor changes
* Fixing the repeat test feature for regular tests with more than one iteration
* Removing configuration option for log folder in the LogDisplay tool for easier UX in the cost of less flexibility
* Force the creation of logs/ directory as well for the LogDisplay output folder
* Updating scripts and log generation to use environment variables for paths
* Changing the container's log output folder for path binded with host
* Updating the start script's path of the LogDisplay
* Disabling SIGINT trap from the start script so the python script inside receive the Ctrl+C interruption
* Adjustments on simulator script + moving matter_qa to outside endpoint + handling stress script location
* Fixing lint issues.
* Fix lint
* fix additional lint issues
* lint
* fixing migration issues
* Removing unnecessary code.
* update log display feature.
* adjustments
---------
Co-authored-by: Fabio Maia <fabio_maia@apple.com>
Co-authored-by: Romulo Quidute Filho <rquidute@apple.com>
Co-authored-by: Antonio Melo Jr <a_junior@apple.com>
Co-authored-by: Carolina Lopes <ccruzagralopes@apple.com>
* Updated SDK SHA
* Update SDK SHA
* New Json for beta1 summer2025 release
* Updating Beta 2 For Summer 2025 (project-chip#200)
* Updating the SDK SHA
* Updating the sample apps script
* Updating the version information file
* Removing unnecessary Jupyter folder and file
* Updating the python tests information json file
* Solving python black issue for github checks
* Updated SDK_SHA. ble-wifi and ble-thread fixes
* Change to be able to use NFC Commissioning in YAML test. (project-chip#201)
* chore: upgrade Node.js from v18.x to v20.x (project-chip#177)
Updated Node.js installation source from setup_18.x to setup_20.x to
align with Ubuntu 22.04 base image requirements
* [FIX] Updating Performance Files (project-chip#182)
* Fixing the utils script, one calls and a import from the performance tests files
* Fixing isort and cspell checks
* Fixing Unit tests and removing unnecessary folder and file (jupyter)
* Fix starting backend without internet access. (project-chip#184)
* Remove unused file (project-chip#175)
* Remove unused file
* Updated cspell
* Add support for configuring terms and conditions in device commissioning (project-chip#173)
* Add support for configuring terms and conditions in device commissioning
This commit introduces a new `enhanced_setup_flow` configuration
property to the test harness backend, allowing device manufacturers to
define the terms and conditions (T&C) that must be acknowledged and set
during device commissioning. These values are critical for supporting
the Terms and Conditions Certification Test Suite.
Key changes include:
- Added the `EnhancedSetupFlowConfig` class to `DutConfig`, which allows
specifying the T&C version and user response required during
commissioning.
- Updated `generate_command_arguments` in `utils.py` to append the
necessary arguments for T&C validation and the device's commissioning
method.
- Adjusted model validation to ensure the `enhanced_setup_flow` field is
processed correctly within `DutConfig`.
These changes ensure the test harness can enforce manufacturer-specific
T&C values during the commissioning process, aligning with the broader
requirements of T&C validation.
* * Ran ./scripts/format.sh
* Update test_collections/matter/test_environment_config.py
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Update app/user_prompt_support/uploaded_file_support.py
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Update test_collections/matter/sdk_tests/support/performance_tests/utils.py
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Update test_collections/matter/sdk_tests/support/python_testing/models/utils.py
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Update test_collections/matter/sdk_tests/support/python_testing/models/utils.py
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Update test_collections/matter/sdk_tests/support/python_testing/__init__.py
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Revert changes to test_collections/matter/sdk_tests/support/performance_tests/utils.py
* Restyle test_environment_config.py
* test: Add in-test-commissioning-method parameter for manual commissioning validation
Add new parameter to control commissioning flow during tests, allowing manual
validation of the commissioning process instead of auto-commissioning. This
enables test cases to verify terms and conditions acknowledgements during the
commissioning flow.
- Add in-test-commissioning-method parameter to test flags
- Support manual commissioning flow validation
- Enable testing of T&C acknowledgement scenarios
* Add new field "enhanced_setup_flow" to exception message
* Cherry-pick test_python_parser.py from origin/main
* Cherry-pick python_test_parser.py from origin/main
* Revert "Cherry-pick python_test_parser.py from origin/main"
This reverts commit 5d65ce5.
* Revert "Cherry-pick test_python_parser.py from origin/main"
This reverts commit 2cd99b7.
* Removed broken test `test_python_parser.py`
* Revert "Removed broken test `test_python_parser.py`"
This reverts commit 48c0e32.
---------
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* [Feature] DO NOT require commissioning every test (project-chip#178)
* First implementation
* Implement prompt and copy files from/to contanier
* Unit tests
* Updated SKA SHA
* Unit test typo fixes
* Mypy flake8 fixes
* Mypy fixes
* Update test_collections/matter/sdk_tests/support/python_testing/models/utils.py
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Update test_collections/matter/sdk_tests/support/utils.py
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Code review
* Review fixes
* Remove unused import
---------
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Add logs for project config (project-chip#179)
* Add logs for project config
* Updated cspell.json
* Update app/test_engine/test_runner.py
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>
* Fixed unit test
* Unit test
* Unit test
---------
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>
* Implement rename test run execution name (project-chip#180)
* Fix the checking for storage-path (project-chip#183)
* [FIX] Updating Performance Files (project-chip#182)
* Fixing the utils script, one calls and a import from the performance tests files
* Fixing isort and cspell checks
* Fixing Unit tests and removing unnecessary folder and file (jupyter)
* Remove unused file (project-chip#175)
* Remove unused file
* Updated cspell
* Fix ci issues v 2 12 (project-chip#176)
* Fix CI issues from v2.12 branch
* Fixed merge
* Fix test case
* Updated SDK_DOCKER_IMAGE url
* Updated SDK_DOCKER_IMAGE url
* Add logs for project config (project-chip#179)
* Add logs for project config
* Updated cspell.json
* Update app/test_engine/test_runner.py
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>
* Fixed unit test
* Unit test
* Unit test
---------
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>
* Add logs for project config (project-chip#179)
* Add logs for project config
* Updated cspell.json
* Update app/test_engine/test_runner.py
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>
* Fixed unit test
* Unit test
* Unit test
---------
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>
* Add nfc-thread pairing mode (project-chip#185)
* Added nfc-thread pairing mode.
This mode doesn't need a discriminator.
* Changed after black
* Unit tests fixes
* Fixed code violations
---------
Co-authored-by: Romulo Quidute Filho <rquidute@apple.com>
* Add logs for project config (project-chip#179)
* Add logs for project config
* Updated cspell.json
* Update app/test_engine/test_runner.py
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>
* Fixed unit test
* Unit test
* Unit test
---------
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>
* [Fix] Recommissioning Refactoring to V1.5 (project-chip#190)
* Refatoring prompts for recommissioning (project-chip#187)
* Refatoring prompts for recommissioning
* flake8 fixes
* Changes after code review
* Remove commissioning information when running YAML scripts (project-chip#189)
---------
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
* Change to be able to use NFC Commissioning in YAML test.
NB: Change for Python tests will be done in another PR.
* Fixed the error found by black and Flake8.
* Added comment
---------
Co-authored-by: James Swan <122404367+swan-amazon@users.noreply.github.com>
Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>
Co-authored-by: Romulo Quidute Filho <116586593+rquidute@users.noreply.github.com>
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>
Co-authored-by: Romulo Quidute Filho <rquidute@apple.com>
* [FIX] Removing Performance Collection From PICS Validation (project-chip#202)
* Removing Performance collection from PICS applicable tests validation
* Using a test collection copy instead of the original dict to prevent losing data
* [FIX] Fix Custom YAML test execution (project-chip#205)
* Fix Custom YAML test execution
* Fixed flake8 and spellcheck
* Update test_collections/matter/sdk_tests/support/yaml_tests/matter_yaml_runner.py
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
---------
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Copy mock_server from cert-bins to host (project-chip#206)
* Copy mock_server from cert-bins to host
* Update test_collections/matter/scripts/update-sample-apps.sh
Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>
* Updated SDK-SHA - 6cc5fb1
---------
Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>
* Implement Project config changes due to platform certification support (project-chip#207)
* Allow Json file to be uploaded
* Updated SDK SHA
* Updated code to parser new dmp file format (xml)
* Some code refinements and unit tests
* Code review
* Code review
* Isort fix
* [Feature] Platform cert implementation - Updated applicable test cases (project-chip#209)
* Initial coding for platform certification support - applicable test cases
* Implemented Derived product certification flow - PLAT_CERT_DONE = True
* Added unit tests
* Add TODO to fetch platform-test.json from connectedhome ip repo
* Undo changed in config.py
* Fix mypy flake8
* Update app/pics_applicable_test_cases.py
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Update app/pics_applicable_test_cases.py
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Update app/tests/pics/test_applicable_test_cases_list.py
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Update app/pics_applicable_test_cases.py
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Fixes after tests
* Update app/pics_applicable_test_cases.py
* Code review
---------
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Use discriminator for nfc thread (project-chip#212)
* Use discriminator for nfc_thread pairing
* Undo discriminator as optional
* Code review
* Added platform-test.json as ignorePaths for cspell.json
* Updated SDK_SHA to c60643c9a44ff6dfcc4319588e6fdec544c4a3e2
* Updated .version_information file
* [FIX] Adding Timeout To Server Exit (project-chip#216)
* Adding a fail-safe mechanism when stopping the chip server after a test execution
* Returning missing while condition and adding a delay of 5 seconds between new tries
* Fixing the while condition again and adding a log to the sleep delay in the logic
* Rewording comment
* Updated SDK_SHA - added air-purifier app
* updated version to v2.13-beta3.1+summer2025
* Fix 1.5_in_progress missing folder (project-chip#217)
* Added logs for applicable test cases (project-chip#218)
* Adding the missing parameter to avoid the python's posicional argument error (project-chip#219)
* Updating .version_information of backend
* Copying credentials folder from SDK image
* Updating version information
* Fixed some platform tests not being added to applicable test cases (project-chip#220)
* Fixed some platform tests not being added to applicable test cases
* Code review
* mypy fix
* Code review
* Improve platform test selection
* Update app/pics_applicable_test_cases.py
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
---------
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
* Fix platform-test.json read path
* [Fix] Linter Error (project-chip#221)
* Fixing linter's long line error
* Removing two failing unit tests from platform
Added a TODO comment with an open issue to address this problem.
* Fixing flake issues
* Returning missing parameter for Platform invalid json Unit Test
* Move platform-test.json to collections folder (project-chip#223)
* Move platform-test.json to collections folder
* Fixed unused import and unit tests
* Changes for v2.13-beta4+summer2025 version (project-chip#224)
* Changes for v2.13-beta4+summer2025 version
* Updated path for platform-test.json file in cspell.json
* Updated the affected sdk references (project-chip#226)
* [Platform-Certification] Platform Certification List (project-chip#225)
* Added the platform test list json and a Readme about the file in a folder in the repo root
* Applying Gemini's comments
* Moved the platform cert files to the matter folder
* Update code due to platform test file location (project-chip#227)
* Updated code after platform test location file is placed in new location
* [Platform-Certification] Platform Certification List (project-chip#225)
* Added the platform test list json and a Readme about the file in a folder in the repo root
* Applying Gemini's comments
* Moved the platform cert files to the matter folder
* Fixed the right platform file path
---------
Co-authored-by: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com>
* Updated python_tests (project-chip#228)
* Updated SDK SHA and python_tests_info.json for v2.13-beta4+summer2025
* New endpoint for CLI execution - Simplify the process (project-chip#229)
* create /cli endpoint
* Changes for v2.13-beta4+summer2025 version (project-chip#224)
* Changes for v2.13-beta4+summer2025 version
* Updated path for platform-test.json file in cspell.json
* Updated the affected sdk references (project-chip#226)
* [Platform-Certification] Platform Certification List (project-chip#225)
* Added the platform test list json and a Readme about the file in a folder in the repo root
* Applying Gemini's comments
* Moved the platform cert files to the matter folder
* Update code due to platform test file location (project-chip#227)
* Updated code after platform test location file is placed in new location
* [Platform-Certification] Platform Certification List (project-chip#225)
* Added the platform test list json and a Readme about the file in a folder in the repo root
* Applying Gemini's comments
* Moved the platform cert files to the matter folder
* Fixed the right platform file path
---------
Co-authored-by: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com>
* Updated python_tests (project-chip#228)
* Updated SDK SHA and python_tests_info.json for v2.13-beta4+summer2025
* Add POST test_run_executions/cli
* Remove unused code
* Code review
---------
Co-authored-by: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com>
* [FIX] Fix logic for platform tests selection (project-chip#230)
* Fixed applicable test cases for platform test execution
* Code formating
* Fix the platform keys for PICS_PLAT_CERT and PICS_PLAT_CERT_DERIVED
* Fixed mypy
* Black fix
* Updated version to v2.13-beta4.1+summer2025
* Minor changes
* Fixed platform tests selection when no PICS were informed (project-chip#232)
* Fixed platform tests selection when no PICS were informed
* Balck and flake8 fixes
* Minor code comment
* [FIX] Make python script test name more flexible (project-chip#233)
* Make python script test name more flexible
* Add comment for the regex
* Fix logix for platorm test selection (project-chip#234)
* Revert "[FIX] Make python script test name more flexible (project-chip#233)" (project-chip#235)
This reverts commit d1e207e.
* Updating SDK SHA to 1b2b3fd, the version information and the Python tests json
This is for the final version of v2.13+summer2025 (Matter 1.4.2) release
---------
Co-authored-by: antonio-amjr <116589331+antonio-amjr@users.noreply.github.com>
Co-authored-by: hiltonlima <116589806+hiltonlima@users.noreply.github.com>
Co-authored-by: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com>
Co-authored-by: James Swan <122404367+swan-amazon@users.noreply.github.com>
Co-authored-by: Olivier LORENTE [ST] <34505085+OlivierGre@users.noreply.github.com>
Co-authored-by: Antonio Melo Jr. <a_junior@apple.com>
Co-authored-by: Romulo Quidute Filho <rquidute@apple.cpom>
Co-authored-by: gladystonfranca <117387464+gladystonfranca@users.noreply.github.com>
Co-authored-by: Fabio Maia <fabio_maia@apple.com>
Co-authored-by: Carolina Lopes <ccruzagralopes@apple.com>
Co-authored-by: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com>1 parent deb46e6 commit 9e0dc92
39 files changed
Lines changed: 17218 additions & 7317 deletions
File tree
- app
- api/api_v1/endpoints
- crud
- test_engine
- tests
- api/api_v1
- pics
- test_collections/matter
- platform-cert
- scripts
- sdk_tests
- scripts
- support
- chip
- performance_tests
- models
- scripts/sdk
- python_testing
- models
- rpc_client
- tests
- python_tests
- yaml_tests
- yaml_tests
- models
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
| |||
226 | 233 | | |
227 | 234 | | |
228 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
229 | 258 | | |
230 | | - | |
| 259 | + | |
231 | 260 | | |
232 | 261 | | |
233 | 262 | | |
234 | 263 | | |
235 | 264 | | |
236 | | - | |
| 265 | + | |
237 | 266 | | |
238 | 267 | | |
239 | 268 | | |
240 | | - | |
| 269 | + | |
241 | 270 | | |
242 | 271 | | |
243 | 272 | | |
244 | 273 | | |
245 | 274 | | |
246 | 275 | | |
247 | | - | |
| 276 | + | |
| 277 | + | |
248 | 278 | | |
249 | | - | |
250 | | - | |
251 | 279 | | |
252 | | - | |
253 | 280 | | |
254 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
255 | 296 | | |
256 | 297 | | |
257 | 298 | | |
| |||
281 | 322 | | |
282 | 323 | | |
283 | 324 | | |
284 | | - | |
| 325 | + | |
285 | 326 | | |
286 | 327 | | |
287 | 328 | | |
| |||
307 | 348 | | |
308 | 349 | | |
309 | 350 | | |
310 | | - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
311 | 364 | | |
312 | 365 | | |
313 | 366 | | |
| |||
319 | 372 | | |
320 | 373 | | |
321 | 374 | | |
322 | | - | |
323 | | - | |
| 375 | + | |
| 376 | + | |
324 | 377 | | |
325 | | - | |
326 | | - | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
327 | 382 | | |
328 | | - | |
329 | | - | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
330 | 386 | | |
331 | | - | |
| 387 | + | |
| 388 | + | |
332 | 389 | | |
333 | 390 | | |
334 | 391 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
96 | 138 | | |
97 | 139 | | |
98 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments