-
Notifications
You must be signed in to change notification settings - Fork 172
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
block_hotplug_check:Update pci search pattern #3797
Conversation
af0e81b
to
504e9a1
Compare
python3 ConfigTest.py --guestname=RHEL.9.3.0..page_64k --platform=aarch64 --machines=arm64-pci --netdst=virbr0 --driveformat=virtio_blk --nicmodel=virtio_net --mem=8192 --vcpu=4 --testcase=block_hotplug_check --clone=no --debug (1/1) Host_RHEL.m9.u3.qcow2.virtio_blk.up.virtio_net.Guest.RHEL.9.3.0.aarch64.page_64k.io-github-autotest-qemu.block_hotplug_check.arm64-pci: STARTED |
Hi @XueqiangWei @qingwangrh @zhenyzha , could you please help to review this patch? Thanks a lot. (This patch refers to #3768 's solution ) |
LGTM.Acked-by: Zhenyu Zhang [email protected] git am 3797.patch (1/1) Host_RHEL.m9.u3.qcow2.virtio_blk.up.virtio_net.Guest.RHEL.9.3.0.aarch64.page_64k.io-github-autotest-qemu.block_hotplug_check.arm64-pci: PASS (861.35 s) |
Updates the case logic using numerical ID, as test point due to name will be changed without notice. In order to support 0.9 and 1.0 virtio devices, the pattern now contains both IDs. Signed-off-by: Sibo Wang <[email protected]>
504e9a1
to
3a227b7
Compare
Hi @XueqiangWei @qingwangrh could you please help to review this patch? Thanks a lot. |
LGTM, |
python3 ConfigTest.py --guestname=RHEL.9.3.0 --netdst=virbr0 --driveformat=virtio_blk --nicmodel=virtio_net --mem=8192 --vcpu=4 --testcase=block_hotplug_check --clone=no --debug --firmware=default_bios (1/1) Host_RHEL.m9.u3.qcow2.virtio_blk.up.virtio_net.Guest.RHEL.9.3.0.x86_64.io-github-autotest-qemu.block_hotplug_check.q35: STARTED LGTM |
Updates the case logic using numerical ID, as test point due to name will be changed without notice. In order to support 0.9 and 1.0 virtio devices, the pattern now contains both IDs.
ID: 2230552
Signed-off-by: Sibo Wang [email protected]