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

- VIRT-301738 - resolve guest hostname from host by resolvectl Depends on: - https://github.com/avocado-framework/avocado-vt/pull/3951 Test result: ``` (1/4) type_specific.io-github-autotest-libvirt.virtual_network.resolve_vm_hostname_by_resolvectl.yes: PASS (83.63 s) (2/4) type_specific.io-github-autotest-libvirt.virtual_network.resolve_vm_hostname_by_resolvectl.no: PASS (66.31 s) (3/4) type_specific.io-github-autotest-libvirt.virtual_network.resolve_vm_hostname_by_resolvectl.omitted: PASS...

vm destroy right after vm start may fail destroy cmd (when vm initial time need longer time, for instance using hugepage), then the failed destroy cmd may impact following guest...

### The Issue Libvirt provides unique UUIDs to every VM, in order to uniquely identify the VMs. When transient VMs are created, libvirt allows it to have a non-unique name/UUID....

xxx-299048:Dimm memory device with access and discard settings Signed-off-by: nanli ``` avocado run --vt-type libvirt --test-runner=runner --vt-machine-type q35 memory.devices.dimm.access_and_discard (01/18) type_specific.io-github-autotest-libvirt.memory.devices.dimm.access_and_discard.cold_plug.undefined.file: PASS (118.76 s) (02/18) type_specific.io-github-autotest-libvirt.memory.devices.dimm.access_and_discard.cold_plug.undefined.anonymous: PASS (121.92 s) (03/18)...

add --memspec MEM_FILE when virsh snapshot-create-as Signed-off-by: nanli ``` avocado run --vt-type libvirt --test-runner=runner --vt-machine-type q35 vcpu_misc.positive_test.snapshot (1/1) type_specific.io-github-autotest-libvirt.vcpu_misc.positive_test.snapshot: PASS (75.38 s) ``` Other related ``` avocado run --vt-type libvirt...

1. Fix test name, subtest should be nodedev_dumpxml.chain for better discoverability and set definition. 2. Update test to run against a specific device. 3. Allow for a list of devices...

usbredirserver is updated to usbredirect Signed-off-by: nanli ``` avocado run --vt-type libvirt --test-runner=runner --vt-machine-type q35 guest_os_booting.boot_order.usb_device (1/3) type_specific.io-github-autotest-libvirt.guest_os_booting.boot_order.usb_device.block_device: PASS (41.59 s) (2/3) type_specific.io-github-autotest-libvirt.guest_os_booting.boot_order.usb_device.redirdev_device: PASS (15.60 s) (3/3) type_specific.io-github-autotest-libvirt.guest_os_booting.boot_order.usb_device.hostdev_device: PASS (15.70...

### The Issue The hook log for the hook "release end" can sometimes provide a reason for the release. ``` /etc/libvirt/hooks/qemu guest_name release end ``` The test currently looks for...