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

We should fix env variables handling when working with the sdk.

bug

Moved from https://bugzilla.redhat.com/show_bug.cgi?id=1278553 Right now there are a few points where lago might collide with itself when running it in parallel in the same host, make sure that it does...

enhancement

Many stuff changed recently: tox, virtual envs, functional tests, etc. http://lago.readthedocs.io/en/latest/Dev_Bootstrap.html http://lago.readthedocs.io/en/latest/Env_Setup.html

docs

Currently, when a directory is defined under `artifacts` in the init file, we issue a call to ``scp.get`` method with ``recursive=True``. This might cause a race condition if files are...

enhancement

1. Ensure network scripts are working(on older cirros other interfaces were just not configured properly). 2. Use same domain template as el6 with the normal serial console. Needs https://github.com/lago-project/lago/pull/576 merged...

enhancement
needs review

1. Move them all to a common file 2. Ensure they all inherit LagoException 3. Make them print nicely in the CLI(with red color) and only once 4. Ensure this...

enhancement

When running complex test scenarios in Lago one of the tasks that frequently needs to be done, is manipulation of the YUM repository configuration for guests. Some common manipulations are:...

enhancement

Currently we add all the records that a network has to the exported init file. This set of records might be incorrect in environment using DHCP. We need to add...

bug

Started work here: https://gerrit.ovirt.org/#/c/49337/

docs