mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
tests: sysinfo: Add test data for HP moonshot aarch64 box
Since the kernel does not report much data for that box the sysinfo output is comparatively sparse.
This commit is contained in:
parent
2847cb5d9c
commit
5a54f52520
71
tests/sysinfodata/aarch64-moonshotcpuinfo.data
Normal file
71
tests/sysinfodata/aarch64-moonshotcpuinfo.data
Normal file
@ -0,0 +1,71 @@
|
||||
processor : 0
|
||||
BogoMIPS : 100.00
|
||||
Features : fp asimd evtstrm
|
||||
CPU implementer : 0x50
|
||||
CPU architecture: 8
|
||||
CPU variant : 0x0
|
||||
CPU part : 0x000
|
||||
CPU revision : 1
|
||||
|
||||
processor : 1
|
||||
BogoMIPS : 100.00
|
||||
Features : fp asimd evtstrm
|
||||
CPU implementer : 0x50
|
||||
CPU architecture: 8
|
||||
CPU variant : 0x0
|
||||
CPU part : 0x000
|
||||
CPU revision : 1
|
||||
|
||||
processor : 2
|
||||
BogoMIPS : 100.00
|
||||
Features : fp asimd evtstrm
|
||||
CPU implementer : 0x50
|
||||
CPU architecture: 8
|
||||
CPU variant : 0x0
|
||||
CPU part : 0x000
|
||||
CPU revision : 1
|
||||
|
||||
processor : 3
|
||||
BogoMIPS : 100.00
|
||||
Features : fp asimd evtstrm
|
||||
CPU implementer : 0x50
|
||||
CPU architecture: 8
|
||||
CPU variant : 0x0
|
||||
CPU part : 0x000
|
||||
CPU revision : 1
|
||||
|
||||
processor : 4
|
||||
BogoMIPS : 100.00
|
||||
Features : fp asimd evtstrm
|
||||
CPU implementer : 0x50
|
||||
CPU architecture: 8
|
||||
CPU variant : 0x0
|
||||
CPU part : 0x000
|
||||
CPU revision : 1
|
||||
|
||||
processor : 5
|
||||
BogoMIPS : 100.00
|
||||
Features : fp asimd evtstrm
|
||||
CPU implementer : 0x50
|
||||
CPU architecture: 8
|
||||
CPU variant : 0x0
|
||||
CPU part : 0x000
|
||||
CPU revision : 1
|
||||
|
||||
processor : 6
|
||||
BogoMIPS : 100.00
|
||||
Features : fp asimd evtstrm
|
||||
CPU implementer : 0x50
|
||||
CPU architecture: 8
|
||||
CPU variant : 0x0
|
||||
CPU part : 0x000
|
||||
CPU revision : 1
|
||||
|
||||
processor : 7
|
||||
BogoMIPS : 100.00
|
||||
Features : fp asimd evtstrm
|
||||
CPU implementer : 0x50
|
||||
CPU architecture: 8
|
||||
CPU variant : 0x0
|
||||
CPU part : 0x000
|
||||
CPU revision : 1
|
1
tests/sysinfodata/aarch64-moonshotsysinfo.expect
Normal file
1
tests/sysinfodata/aarch64-moonshotsysinfo.expect
Normal file
@ -0,0 +1 @@
|
||||
<sysinfo type='smbios'/>
|
@ -142,6 +142,7 @@ mymain(void)
|
||||
TEST("arm", virSysinfoReadARM);
|
||||
TEST("arm-rpi2", virSysinfoReadARM);
|
||||
TEST("aarch64", virSysinfoReadARM);
|
||||
TEST("aarch64-moonshot", virSysinfoReadARM);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user