Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "running" method in SSHVMProvider
- Some of the arguments that being passed to "get_ssh_client" should be taken from the VM object and not from the provider. - Check only one time if the VM is reachable via SSH. The purpose of the "running" method is to return the current status of the VM, not to wait until it's running. Signed-off-by: gbenhaim <[email protected]>
- Loading branch information