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

Background: In openstack world, we have telemetry concept, https://docs.openstack.org/mitaka/install-guide-ubuntu/common/get_started_telemetry.html also in openshift world, we have https://access.redhat.com/documentation/en-us/openshift_container_platform/4.1/html-single/telemetry/index On the other hand, if we go through some features in libvirt virtual disk,...

There are some host cpus which can not be pin by default. Original codes did not test those cpus and directly pin to those host cpus which causes similar error...

minorfix

In [b2459dd](https://github.com/avocado-framework/avocado/commit/b2459dd551b2062536a06845bf8a72b4b73db601) the avocado stopped using the logs from root logger. Every avocado log are under avocado namespace now. This change was already accepted in [avocado-vt](https://github.com/avocado-framework/avocado-vt/commit/dea6c10c077d22bad2c3fc6cbd9fecaf449226c1). With those changes, every...

Recently, fjin has find a bug: [Bug 1978716 - Storage is not copied at all when do vm live migration with --copy-storage-inc](https://bugzilla.redhat.com/show_bug.cgi?id=1978716) It should have been cause failures on case...

This issue comes from autotest/tp-libvirt#3256 (comment). I'd like to create this issue to specifically talk about this. In the existing codes, some helper functions are defined within run() function, such...

Since `qemu v5.2.0-rc0~110^2~1 util: give a specific error message when O_DIRECT doesn't work`, it will report error when try to live attach file disk source from /tmp: ``` internal error:...

Because none authorization is insecure and not recommended(see https://docs.ceph.com/en/latest/rados/configuration/auth-config-ref/#cephx-config-reference https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/1.2.3/html/ceph_configuration_guide/enabling_disabling_cephx ), there is no need to maintain them. That can help us reduce the complexity of case matrix. @chunfuwen @meinaLi...

Error `Failed to define domain from /tmp/xml_utils_temp_bs3scmwt.xmlerror: internal error: unexpected address type for usb disk` happened when define the xml(pci addr in usb disk): ```xml avocado-vt-vm1 598729f8-af94-4a5e-b56b-117cadd6c933 1048576 1048576 2...