mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
239e2adc68
Adding a new function ssh_command_ok() as a wrapper around the existing ssh_command() function. The goal being to identify if the command returned without any error. This new function allow for a bit of factorization through the codebase. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>