tp-libvirt
tp-libvirt copied to clipboard
Test Provider for Libvirt and related virtualization backends
This commit adds 2 checks that check a situation where pcie-root-port controller index number should be over the bus number it is attached to. Automation of VIRT-54001 ``` [root@dell-per740xd-25 ~]#...
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...
create rbd image for backingchain case instead of using existed rbd image Signed-off-by: nanli Test result: relative path case ``` avocado run --vt-type libvirt --test-runner=runner --vt-machine-type q35 backingchain.blockcommit.relative_path --vt-connect-uri qemu:///system...
avocado-framework > 94 clear init.py file url:avocado-framework/avocado@1b8360c Ref : https://github.com/avocado-framework-tests/avocado-misc-tests/pull/2347 patch fixes the import issue. Signed-off-by: Hariharan T S
This case adds checks for devices attached to PCIe controller that have slot number bigger than one or something else than a number. VIRT-48333
VIRT-294532: Check qcow2 properties after blockcopy Signed-off-by: nanli Test result: ``` /usr/local/bin/avocado run --vt-type libvirt --test-runner=runner --vt-machine-type q35 backingchain.blockcopy.image_properties JOB LOG : /var/lib/avocado/job-results/job-2022-11-21T21.04-9076fbe/job.log (1/2) type_specific.io-github-autotest-libvirt.backingchain.blockcopy.image_properties.not_encrypt_disk.extended_l2_and_cluster_size: PASS (65.97 s) (2/2) type_specific.io-github-autotest-libvirt.backingchain.blockcopy.image_properties.encrypt_disk.extended_l2_and_cluster_size:...
Based on #3625, genereate 1000M data to slow down backup process. Before: ``` # /usr/local/bin/avocado run --vt-type libvirt --test-runner=runner --vt-machine-type arm64-mmio incremental_backup.push_mode.original_disk_local.coldplug_disk.backup_to_raw.backup_to_block.negative_test. destroy_vm --vt-connect-uri qemu:///system JOB ID : 7c24f41ead0d1ef8af78c55e43e4e31f61cfbedd JOB...
Automate case:use NVME type virtual disk VM start/hotplug/hotunplug BZ1519005 Signed-off-by: chunfuwen
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...
Add incompatible cpu definition on s390x for expected error message. Signed-off-by: Sebastian Mitterle