mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Split the SSH helpers into a one-shot execution path and a retrying wrapper with linear backoff. This makes it possible to use a single bounded SSH attempt when tests need a direct readiness probe while preserving the existing retrying behavior for callers that expect it. On-behalf-of: SAP philipp.schuster@sap.com Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>