tp-libvirt icon indicating copy to clipboard operation
tp-libvirt copied to clipboard

Test Provider for Libvirt and related virtualization backends

Results 257 tp-libvirt issues
Sort by recently updated
recently updated
newest added

Automated test case: xxxx-33025 Special Handling for UEFI: - The test includes handling for UEFI guests, where the EFI vars NVRAM file is backed up before updating the VM's XML...

- VIRT-298326 - [update-device] Update an interface by update-device with --live/--config/--current/--persistent on active domain - VIRT-298319 - [update-device] Update an interface by update-device with --live/--config/--current/--persistent on inactive domain Test result:...

xxxx-299161:Virtio-mem memory device cold-plug and cold-unplug Signed-off-by: nanli x86+rhel9 ``` avocado run --vt-type libvirt --test-runner=runner --vt-machine-type q35 memory.devices.virtio_mem.coldplug_and_unplug (1/5) type_specific.io-github-autotest-libvirt.memory.devices.virtio_mem.coldplug_and_unplug.with_addr: PASS (37.79 s) (2/5) type_specific.io-github-autotest-libvirt.memory.devices.virtio_mem.coldplug_and_unplug.source_and_mib: PASS (38.10 s) (3/5) type_specific.io-github-autotest-libvirt.memory.devices.virtio_mem.coldplug_and_unplug.unplug_none_dev:...

In commit a9211f84bf, 'host bridge' filter was added for aarch64. But on some host, lspci doesn't include any 'host bridge' strings. So the way by get_pci_id_using_filter will return an empty...

depend on

Some host don't have input devices. So no /dev/input/event* files exist. If that happens, we just return test error.

Add new step to check virtqemud log.

Add a "udevadm settle" between the dasdfmt and fdasd This can help prevent error "DASD /dev/dasda is in use. Unmount it first!"

Snapshot can be created for the guest created with option as autodestroy from libvirt_version>=5.8.0. Reference: Commit id - 045a8e197c1e14faa1c32bd637033838269094a2 Signed-off-by: Anushree Mathur