1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Author: Pino Toscano <pino@debian.org>
Description: Fix reference test to use the right number of vCPUs for win11
Set it to 4 as set in the other tests related to win11.
Last-Update: 2025-08-30
Forwarded: no
--- a/tests/data/cli/compare/virt-install-aarch64-win11.xml
+++ b/tests/data/cli/compare/virt-install-aarch64-win11.xml
@@ -8,7 +8,7 @@
</metadata>
<memory>65536</memory>
<currentMemory>65536</currentMemory>
- <vcpu>1</vcpu>
+ <vcpu>4</vcpu>
<os firmware="efi">
<type arch="aarch64" machine="virt">hvm</type>
<boot dev="hd"/>
|