forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spin up commissioners in chip-tool as needed. (project-chip#21830)
The basic change is that instead of spinning up commissioners during "stack startup" for the three default identities plus the command's identity (in case that's not one of the three defaults) we: 1) Spin up the commissioner for the command's identity when we're actually running the command (on the Matter event loop). This allows commands in interactive mode to use an identity that is not one of the three default identities and fixes project-chip#21828 2) Spin up commissioners as needed when they are requested. This allows YAML test steps (which are not distinct commands) to use an identity that is not one of the three default identities.
- Loading branch information
1 parent
1845133
commit 0d64c0b
Showing
2 changed files
with
88 additions
and
55 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
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