avocado-vt
avocado-vt copied to clipboard
Avocado VT Plugin
ID: 2131121 Signed-off-by: Houqi (Nick) Zuo
ID: 2135575 Signed-off-by: Zixi Chen
The current workaround is adding "_copied" string into the swtpm path for vTPM migration. When we do ping-pong migration few times, the socket path is longer than system limitation(107), which...
These are necessary for vms with multiple images and other cases where we would like to manipulate specific image and/or its snapshot. Signed-off-by: Plamen Dimitrov
Sometimes it will fail to mkpart just after mklabel, it says that: "Partition(s) 1 on /dev/sda have been written, but we have been unable to inform the kernel of the...
Install one or more packages separated by spaces using `kickstart_instlock_pkgs` parameter and lock version of these packages using `python3-dnf-plugin-versionlock`. Expected usage is part of `RHEL-8-devel.ks` file. Signed-off-by: Lukas Kotek
Add libvirt audit related utils enable/clean audit log and ensure auditd, those operations are common to libvirt audit related feature Signed-off-by: chunfuwen
1. "virtio_dev_xxx" are global settings for virtio devices, but they will always be set if we define them, even if the device has set these properties. The property setting by...
Hi, I got the issue with this code when run sriov test! ``` status, output = utils_misc.cmd_status_output( "lspci |awk '/Ethernet/ {print $1}'", shell=True, session=session) if status or not output: raise...
Previously the data will be dumped to /path/to/original_file.dmp. But when the original disk is a block device, such as /dev/sdb, the data will be dumped to /dev/sdb.dump which is not...