mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
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>