forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for passing Terms and Conditions configuration and commis…
…sioning method in test framework This commit introduces the necessary changes to pass through new test configuration arguments that are critical for validating the commissioning workflows of a DUT requiring terms and conditions (T&C) acknowledgements. These updates support the proper configuration of commissioning methods and T&C values for devices under test during Matter certification. Key changes include: - Added `tc_version` and `tc_user_response` arguments to allow specifying the T&C version and user response during commissioning. - Introduced the `in_test_commissioning_method` argument to define the specific commissioning method to be used within tests. - Updated `populate_commissioning_args` and related test configuration classes to handle these new arguments. These changes ensure that the commissioning process can be fully validated, including scenarios that require T&C acknowledgements, enhancing the test framework's ability to certify Matter devices.
- Loading branch information
1 parent
5d0276b
commit 8121768
Showing
1 changed file
with
41 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters