From da4435f569f30fa59ee3893614d381708356cca6 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 from 710 to 2096 Signed-off-by: nanli --- libvirt/tests/cfg/cpu/max_vcpus.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt/tests/cfg/cpu/max_vcpus.cfg b/libvirt/tests/cfg/cpu/max_vcpus.cfg index f2bca77180..b93634d713 100644 --- a/libvirt/tests/cfg/cpu/max_vcpus.cfg +++ b/libvirt/tests/cfg/cpu/max_vcpus.cfg @@ -59,5 +59,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"