Sebastian Mitterle

Results 69 comments of Sebastian Mitterle

``` JOB ID : 5649f1c192c289ae86020a6b7f70727c9352fc92 JOB LOG : /var/lib/avocado/job-results/job-2024-04-11T03.33-5649f1c/job.log (01/21) type_specific.io-github-autotest-libvirt.virtio_attributes.virtio_page_per_vq.disk.default_start: PASS (51.55 s) (02/21) type_specific.io-github-autotest-libvirt.virtio_attributes.virtio_page_per_vq.disk.hotplug: PASS (52.39 s) (03/21) type_specific.io-github-autotest-libvirt.virtio_attributes.virtio_page_per_vq.controller.scsi.default_start: PASS (51.80 s) (04/21) type_specific.io-github-autotest-libvirt.virtio_attributes.virtio_page_per_vq.controller.scsi.hotplug: PASS (56.72 s) (05/21)...

Thank you for your review @chunfuwen and @cliping Based on feedback from @chloerh I decided to select the device not relying on XML order at all but checking the presence...

Lists might not be listed if qemu isn't installed. It's not necessarily a dependency for libvirt.

Please add the test results of a run in a comment.

JOB ID : e68866a321d8a66ac8cac6bd54646e6dc6229419 JOB LOG : /var/lib/avocado/job-results/job-2022-11-28T11.27-e68866a/job.log (1/1) type_specific.io-github-autotest-libvirt.virsh.cpu_xml.negative.hypervisor_cpu_compare.xml_declaration: PASS (16.30 s) RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 |...

@chunfuwen Would you expect this could happen in all test scripts that use `libvirt.create_disk_xml(disk_dict)`? If so, would it be more helpful to have the solution there in avocado-vt?

> @smitterl please check replied comment Sorry for the late response. Ack'd Thank you

> We may need use try ... except when import since tp-libvirt also need keep compatibility with lower avocado version, eg. 92lts > > ``` > try : > from...