Skip to content

Commit

Permalink
fabtests/pytest: Make ssh connection error pattern less stringent
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sunku <[email protected]>
  • Loading branch information
sunkuamzn authored and a-szegel committed Jan 5, 2024
1 parent 0a130b7 commit 2654f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabtests/pytest/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def is_ssh_connection_error(exception):


def has_ssh_connection_err_msg(output):
err_msgs = ["Connection closed by remote host",
err_msgs = ["Connection closed",
"Connection reset by peer",
"Connection refused",
r"ssh_dispatch_run_fatal: .* incorrect signature"]
Expand Down

0 comments on commit 2654f73

Please sign in to comment.