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

Created lago setup command

Today we use transient domains - every time we run, we create a domain, then destroy it. I'm pretty sure a small change can make the domain persistent. The advantage...

enhancement

- Currently, only live snapshot is supported. - The snapshot is created using `libvirt`, but the revert process uses `qemu-img` commands directly. I think that we should use only `libvirt`'s...

enhancement

When creating the snapshot, the new layer of the disk is created with the following permissions: ``` -rw-------. 1 qemu qemu 197120 May 3 11:59 vm-01_root.1525337944 ``` Then we issue...

bug

1. Use uuid4 instead of uuid1, so we do not give the same network names in parallel runs. 2. Let libvirt generate the bridge name - here I think I...

More modern, hopefully somewhat faster.

I think it's time, and it'll enable us to add PCIE support. Later, hopefully we'll be able to do device-passthrough. I've also took the opportunity to get rid of the...

Using Jinja in order to create complex/reusable LagoInitFile was proven to be very useful in oVirt system tests. I think that it should be implemented in Lago in order for...

enhancement

This command should verify that the machine that Lago runs on is well configured with permissions, group, and virtualization enabled. If something isn't configured well, this command should configure it...

enhancement
good first issue