Skip to content

Commit

Permalink
test: Add in-test-commissioning-method parameter for manual commissio…
Browse files Browse the repository at this point in the history
…ning 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
  • Loading branch information
swan-amazon committed Dec 19, 2024
1 parent d42f6c1 commit d567a1b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ async def test_generate_command_arguments_omit_comissioning_method() -> None:

assert [
"--trace-to json:log",
"--in-test-commissioning-method on-network",
"--discriminator 456",
"--passcode 8765",
] == arguments
Expand Down

0 comments on commit d567a1b

Please sign in to comment.