lago icon indicating copy to clipboard operation
lago copied to clipboard

Ad-hoc virtual testing environment framework

Results 101 lago issues
Sort by recently updated
recently updated
newest added

Currently, this provider isn't being tested.

enhancement
tests

The feature was added in https://github.com/lago-project/lago/pull/662

tests
good first issue

1. Stop using bare excepts. 2. revert https://github.com/lago-project/lago/pull/664/commits/09ecdac3b7aab9e2ca757c36e4a853113bc0b7e3

enhancement
good first issue

lago.log contains misleading ERROR collecting arifacts while the problem is in tests itself.

bug

Currently we can add to a bridge-nat network: ``` ... dns_records: custom_name: IP ... ``` It would be useful to put the VM name there instead of an IP. Implementation...

enhancement
good first issue

Explain in the docs how to check/enable virtualization/nested virtualization.

docs
good first issue

Current stack trace when the lock cannot be acquired due to permissions issue: ``` @ Create prefix internal repo: # Syncing remote repos locally (this might take some time): *...

bug
good first issue

Since in ssh_reachable() we already get a SSH client connection, let's save it in the (unused so far) _ssh_client var. Then reuse it, in _scp() command.

enhancement
needs review

``` domains: vm01: artifacts: [/var/log] bootstrap: false disks: - build: - virt-customize: ssh-inject: '' copy: dummy_file:/root touch: [/root/file1, /root/file2] selinux-relabel: '' ``` Since the commands are specified as a dict,...

bug
good first issue