Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtual_disk/multidisks: fix disk discovery #5432

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

smitterl
Copy link
Contributor

@smitterl smitterl commented Feb 1, 2024

Depends on avocado-framework/avocado-vt#3840

426de63 fixed the disk discovery for most tests. However, the block size check still used the target device names and therefore sometimes failed.

Use the function to discover new disks from within the VM.

426de63 fixed the disk discovery
for most tests. However, the block size check still used the
target device names and therefore sometimes failed.

Use the function to discover new disks from within the VM.

Signed-off-by: Sebastian Mitterle <[email protected]>
@smitterl
Copy link
Contributor Author

smitterl commented Feb 1, 2024

JOB ID     : da9384bd3d3b66233aa115409fc6a730932b897a
JOB LOG    : /var/lib/avocado/job-results/job-2024-02-01T03.21-da9384b/job.log
 (01/10) type_specific.io-github-autotest-libvirt.virtual_disks.multidisks.coldplug.multi_disks_test.disk_virtio_iothread.default: PASS (18.74 s)
 (02/10) type_specific.io-github-autotest-libvirt.virtual_disks.multidisks.coldplug.single_disk_test.disk_scsi_block_size.file_image_on_disk: PASS (32.23 s)
 (03/10) type_specific.io-github-autotest-libvirt.virtual_disks.multidisks.coldplug.single_disk_test.disk_bus_device_option.disk_bus_virtio.device_lun.default: PASS (30.07 s)
 (04/10) type_specific.io-github-autotest-libvirt.virtual_disks.multidisks.coldplug.single_disk_test.disk_bus_device_option.disk_bus_virtio.file_disk.default: PASS (18.61 s)
 (05/10) type_specific.io-github-autotest-libvirt.virtual_disks.multidisks.coldplug.single_disk_test.disk_bus_device_option.disk_bus_virtio.file_disk.enable_transient_on_disk: PASS (29.48 s)
 (06/10) type_specific.io-github-autotest-libvirt.virtual_disks.multidisks.coldplug.single_disk_test.disk_bus_device_option.disk_bus_virtio.device_disk.default: PASS (30.12 s)
 (07/10) type_specific.io-github-autotest-libvirt.virtual_disks.multidisks.coldplug.single_disk_test.disk_bus_device_option.disk_bus_virtio.volume_disk.default: PASS (28.82 s)
 (08/10) type_specific.io-github-autotest-libvirt.virtual_disks.multidisks.coldplug.single_disk_test.disk_bus_device_option.disk_bus_scsi.device_disk: PASS (19.49 s)
 (09/10) type_specific.io-github-autotest-libvirt.virtual_disks.multidisks.coldplug.single_disk_test.disk_bus_device_option.disk_bus_scsi.device_block: PASS (20.98 s)
 (10/10) type_specific.io-github-autotest-libvirt.virtual_disks.multidisks.coldplug.single_disk_test.disk_bus_device_option.disk_bus_scsi.device_cdrom: PASS (20.27 s)
RESULTS    : PASS 10 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB HTML   : /var/lib/avocado/job-results/job-2024-02-01T03.21-da9384b/results.html
JOB TIME   : 249.34 s

@smitterl
Copy link
Contributor Author

smitterl commented Feb 1, 2024

@chunfuwen please help review

Copy link
Contributor

@chunfuwen chunfuwen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Yingshun Yingshun merged commit a3cb3b1 into autotest:master Feb 6, 2024
5 checks passed
@smitterl smitterl deleted the multidisk_blocksize branch July 26, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants