Skip to content

Commit

Permalink
fix maxvcpu increase makes the case checking maxvcpu failed
Browse files Browse the repository at this point in the history
 num changes from 710 to 2096
Signed-off-by: nanli <[email protected]>
  • Loading branch information
nanli1 committed Dec 18, 2024
1 parent 1aa9ac2 commit 38831fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvirt/tests/cfg/cpu/max_vcpus.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit 38831fb

Please sign in to comment.