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

Possible ideas: 1. Add asciinema demo 2. Short introduction 3. Installation guide(with all possible methods). 4. Quick example.

docs

Currently only bash works, as we execute in place "bash -ex

bug
enhancement

As far as I understand, fedora 26, and el 7.4 are going to re-base on libvirt 3.x. This is a major change - we need to check it is working...

From the #94: > That's a good idea - I use it without any issues for some time now. Two more enhancements: > export LIBGUESTFS_CACHEDIR=/home/zram > export LIBGUESTFS_TMPDIR=/home/zram

enhancement

For example the account that's used and such

docs

For example, the following result from the functional test: ```not ok 66 export.test_exported_layered_env: testing layered exported env``` Doesn't really help to fix the issue.

bug
tests

Those messages are not needed. Maybe it worth checking if we can rebase pull requests instead of merge them.

enhancement

Currently it is used in 'init' stage. Saving its location will allow to use it in other commands than deploy(that do not necessary copy the scripts into the prefix).

enhancement

This commit adds support for running ``lago init`` with the init file as a remote URL, i.e.: ```bash lago init http://localhost:8000/inits/LagoInitFile ``` The use case is straight-forward: we could put...

help wanted

The first commit adds a ``waiters.py`` class. The class goal is to set common infrastructure for tasks that require to poll the SDK periodically for a status of a request....

enhancement
needs review