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

Fix failed to open file '/var/tmp/xml_utils_temp_88tre3pp.xml' issue python gc may quickly recycle disk object, although disk has one attribute disk.xml,which points to existed file. So the solution to this is...

This PR adds: VIRT-294605 - Check events when doing blockcommit/blockpull/blockcopy Test Result: ``` # avocado run --vt-type libvirt --test-runner=runner --vt-machine-type q35 backingchain.event_checking_event.commit_pull_copy JOB ID : 9d6548d466c9db166beb43f4d45d13a8278a30ef JOB LOG : /var/lib/avocado/job-results/job-2022-11-08T22.43-9d6548d/job.log...

modular_redesign

This PR adds: VIRT-294691 - Abort a block job with --async option ``` # avocado run --vt-type libvirt --test-runner=runner --vt-machine-type q35 backingchain.blockjob.async JOB ID : 7606e551ada289234c8110fe7f05b9706ddf9528 JOB LOG : /var/lib/avocado/job-results/job-2022-11-06T22.00-7606e55/job.log...

modular_redesign

VIRT-294599: Do domblkthreshold for device with backing chain element Signed-off-by: nanli Test result: ``` /usr/local/bin/avocado run --vt-type libvirt --test-runner=runner --vt-machine-type q35 backingchain.virsh_domblk (1/2) type_specific.io-github-autotest-libvirt.backingchain.virsh_domblk_test.backing_target: PASS (67.25 s) (2/2) type_specific.io-github-autotest-libvirt.backingchain.virsh_domblk_test.entire_disk: PASS...

modular_redesign

libvirtd is restarted after issuing virsh commands from libvirt version 5.6.0 on. Signed-off-by: Anushree Mathur

VIRT-294410: Do blockcopy with different dest XML Signed-off-by: nanli ``` /usr/local/bin/avocado run --vt-type libvirt --test-runner=runner --vt-machine-type q35 backingchain.blockcopy.dest_xml (1/8) type_specific.io-github-autotest-libvirt.backingchain.blockcopy.dest_xml.file_disk.finish_reuse_external: PASS (45.10 s) (2/8) type_specific.io-github-autotest-libvirt.backingchain.blockcopy.dest_xml.file_disk.pivot_reuse_external: PASS (46.90 s) (3/8) type_specific.io-github-autotest-libvirt.backingchain.blockcopy.dest_xml.block_disk.finish_reuse_external:...

blockcommit.error_test.active_commit should failed Signed-off-by: nanli

This PR adds: VIRT-294570 - [blockcommit/blockcopy][mirroring] Restart libvirtd and check xml during mirror phase of blockcommit ``` # avocado run --vt-type libvirt --test-runner=runner --vt-machine-type q35 backingchain.lifecycle_test.check_mirror_with_restart_libvirtd JOB ID : 16471284d66a68113ad523b2ac29cf45de41fa18...

modular_redesign

This case add: VIRT-294571 - Do blockcommit/blockpull/blockcopy after hot-unplug and hotplug the disk Signed-off-by: Meina Li

modular_redesign

Fix following error: NoConsoleError: No console available Signed-off-by: cliping