File: tests-fix-vcpu.diff

package info (click to toggle)
virt-manager 1%3A5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,404 kB
  • sloc: python: 45,877; xml: 29,099; makefile: 17; sh: 6
file content (17 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
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"/>