-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update state machine for ssh connection when system goes to off.
Currently when system goes to off state, we are not updating ssh connection to disconnected state. Due to which if any tests are having multiple IPL's then ssh API won't work once system comes back. This patch fixes this issue, by properly updating ssh connection to SSHConnectionState.DISCONNECTED state when ever system reaches standby state in state machine. Signed-off-by: Pridhiviraj Paidipeddi <[email protected]> Signed-off-by: Stewart Smith <[email protected]>
- Loading branch information
1 parent
15051ed
commit f962945
Showing
2 changed files
with
3 additions
and
2 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