You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vm_name = 'vm-debian8-base'
def test_vms_ssh(vms, vm_name):
vm = vms[vm_name]
> assert vm.ssh_reachable(tries=200)
E assert False
E + where False = <bound method DefaultVM.ssh_reachable of <lago.vm.DefaultVM object at 0x7f83b39f3090>>(tries=200)
E + where <bound method DefaultVM.ssh_reachable of <lago.vm.DefaultVM object at 0x7f83b39f3090>> = <lago.vm.DefaultVM object at 0x7f83b39f3090>.ssh_reachable
The boot logs from the VMs can't be examnied because log collection fails on #700
The text was updated successfully, but these errors were encountered:
The boot logs from the VMs can't be examnied because log collection fails on #700
The text was updated successfully, but these errors were encountered: