Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

functional_tests: VM with debian8-base image isn't reachable with SSH #762

Open
gbenhaim opened this issue Sep 12, 2018 · 0 comments
Open

Comments

@gbenhaim
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant