mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
aarch64: Fix sysinfo test.
On AArch64 the kernel prints one "processor" (lower case 'p') line per core. As this was missing from the test data, virSysinfo was not parsing any processors at all. Fix the test data so the test now passes.
This commit is contained in:
parent
9c225efc36
commit
1063a0ff81
@ -1,4 +1,5 @@
|
||||
Processor : AArch64 Processor rev 0 (aarch64)
|
||||
processor : 0
|
||||
BogoMIPS : 100.00
|
||||
|
||||
Features : fp asimd
|
||||
|
@ -1,10 +1,6 @@
|
||||
<sysinfo type='smbios'>
|
||||
<processor>
|
||||
<entry name='socket_destination'>0</entry>
|
||||
<entry name='type'>AArch64 Processor rev 0 (aarch64) </entry>
|
||||
</processor>
|
||||
<processor>
|
||||
<entry name='socket_destination'>1</entry>
|
||||
<entry name='type'>AArch64 Processor rev 0 (aarch64)</entry>
|
||||
</processor>
|
||||
</sysinfo>
|
||||
|
Loading…
Reference in New Issue
Block a user