Skip to content
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 logging for ssh error and stop conn resets during reboot command #1028

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rcooke-warwick
Copy link
Contributor

two issues that popped up when there were connection failures following a reboot of the DUT (beaglebone)

  1. We can't see what failed
  2. when doing rebootDut the reboot can interrupt the ssh connection which leads to a loop of reboots

This PR increases the delay on the reboot command so that there's time for the ssh command to end first, stopping the loop of retrying the command. We also log the failed command if the ssh command fails.

Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
@flowzone-app flowzone-app bot enabled auto-merge August 10, 2023 11:43
@rcooke-warwick rcooke-warwick marked this pull request as draft August 14, 2023 11:13
auto-merge was automatically disabled August 14, 2023 11:13

Pull request was converted to draft

Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant