-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to reboot apps in chip-tool-darwin. #16514
Comments
minhlez
added a commit
to minhlez/connectedhomeip
that referenced
this issue
Mar 22, 2022
minhlez
added a commit
to minhlez/connectedhomeip
that referenced
this issue
Mar 23, 2022
woody-apple
pushed a commit
to minhlez/connectedhomeip
that referenced
this issue
Mar 24, 2022
bzbarsky-apple
pushed a commit
that referenced
this issue
Mar 24, 2022
* Implement StartUpMode behavior with validation * Disable TestModeSelectCluster for darwin. To be added back in #16514 * Update StartUpMode of ModeSelectCluster to use NVM storage option and generate code * Restyled by clang-format Co-authored-by: Restyled.io <[email protected]>
andrei-menzopol
pushed a commit
to andrei-menzopol/connectedhomeip
that referenced
this issue
Apr 14, 2022
* Implement StartUpMode behavior with validation * Disable TestModeSelectCluster for darwin. To be added back in project-chip#16514 * Update StartUpMode of ModeSelectCluster to use NVM storage option and generate code * Restyled by clang-format Co-authored-by: Restyled.io <[email protected]>
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Apr 28, 2022
Enables a few tests that needed Reboot to be enabled. Aligns the general test list better with chip-tool, so it's easier to see what's still missing/disabled. Fixes project-chip#16514
bzbarsky-apple
added a commit
that referenced
this issue
Apr 29, 2022
* Implement Reboot command for chip-tool-darwin. Enables a few tests that needed Reboot to be enabled. Aligns the general test list better with chip-tool, so it's easier to see what's still missing/disabled. Fixes #16514 * Address review comment.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Currently there is no support to reboot apps in chip-tool-darwin.
Proposed Solution
Use current infrastructure to support rebooting a device in chip-tool-darwin. Add tests back to chip-tool-darwin that are set to manual that require manual interaction of reboot. This PR adds reboot to TestModeSelectCluster which will need to be added back to CI tests in chip-tool-darwin when reboot is enabled.
The text was updated successfully, but these errors were encountered: