testing: Configure multiple virtual CPUs for moon and sun

This allows testing per-CPU SAs by e.g. pinging over a specific CPU
via taskset.
This commit is contained in:
Tobias Brunner
2025-05-28 16:35:27 +02:00
parent 0edaadfc94
commit e24edb2991
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<uuid>b5e00ad3-1c81-3b2a-7f66-cdf8727b3c65</uuid>
<memory unit='MiB'>128</memory>
<currentMemory unit='MiB'>128</currentMemory>
<vcpu placement='static'>1</vcpu>
<vcpu placement='static'>4</vcpu>
<os>
<type arch='x86_64' machine='pc'>hvm</type>
<kernel>/var/run/kvm-swan-kernel</kernel>
+1 -1
View File
@@ -3,7 +3,7 @@
<uuid>35341843-346c-a63a-786b-9df0fd5e6264</uuid>
<memory unit='MiB'>144</memory>
<currentMemory unit='MiB'>144</currentMemory>
<vcpu placement='static'>1</vcpu>
<vcpu placement='static'>2</vcpu>
<os>
<type arch='x86_64' machine='pc'>hvm</type>
<kernel>/var/run/kvm-swan-kernel</kernel>