You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments