meinaLi
meinaLi
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...
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...
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...
This case add: VIRT-294571 - Do blockcommit/blockpull/blockcopy after hot-unplug and hotplug the disk Signed-off-by: Meina Li
This PR add: VIRT-294609: Do blockcommit/blockpull with different attributes of driver elements Test Result: ``` # avocado run --vt-type libvirt --test-runner=runner --vt-machine-type q35 backingchain.with_disk_attributes_test.with_driver_attributes JOB ID : 402dc95b928e79712eccbb1f35a8b2fb0281f299 JOB LOG...
For previous virtual_disks.scsi3_persistent_reservation.reservations_managed..enable_auth.auth_usage.auth_in_source, it's actually invalid to test auth feature in this block lun disk with reservation. In order to reduce misleading when debugging, the auth checking has been removed...
virtual_disks_snapshot_blockpull.py: the variants auth_backend_test should be tested with iscsi network disk but not block disk. Than means the previous test was invalid. virtual_disks_luks.py: for iscsi_test.enable_auth test, the previous test was...
There are two problems in virtual_disks_multidisks.py script: 1) The os xml will change to seabios guest when we testing ovmf guest because of incorrectos xml configuration 2) Internal snapshot is...
Automate cases of discard_no_unref attribute: VIRT-301646 VIRT-301647 VIRT-301651
Parallel package sometimes is not included in the new compose. So use xargs to have a stable test for this case.