From 38831fba78409b443a47809a184a16d428001273 Mon Sep 17 00:00:00 2001 From: nanli Date: Thu, 12 Dec 2024 09:52:36 +0800 Subject: [PATCH] fix maxvcpu increase makes the case checking maxvcpu failed num changes from 710 to 2096 Signed-off-by: nanli --- libvirt/tests/cfg/cpu/max_vcpus.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt/tests/cfg/cpu/max_vcpus.cfg b/libvirt/tests/cfg/cpu/max_vcpus.cfg index b8fd70eacb..fddd0fb64a 100644 --- a/libvirt/tests/cfg/cpu/max_vcpus.cfg +++ b/libvirt/tests/cfg/cpu/max_vcpus.cfg @@ -50,8 +50,8 @@ - no_iommu: only q35 check = "no_iommu" + status_error = "no" guest_vcpu = "256" - err_msg = "unsupported configuration: more than 255 vCPUs require extended interrupt mode enabled on the iommu device" - with_iommu: only q35 check = "with_iommu" @@ -60,5 +60,5 @@ - ioapic_iommu: only q35 check = "ioapic_iommu_ne" - guest_vcpu = "711" + guest_vcpu = "4097" err_msg = "unsupported configuration: Maximum CPUs greater than specified machine type limit|exceeds the maximum cpus supported|CPU topology doesn't match maximum vcpu count"