tests: Add a bunch of cpu test case for ppc64

The test cases cover the cpuCompare(), cpuBaseline() and
cpuNodeData() implementation.
This commit is contained in:
Andrea Bolognani
2015-08-07 17:39:21 +02:00
parent 049df97504
commit 818e68c5b4
13 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<cpuTest>
<cpu>
<arch>ppc64</arch>
<model>POWER8</model>
<vendor>IBM</vendor>
<topology sockets='2' cores='4' threads='1'/>
</cpu>
<cpu>
<arch>ppc64</arch>
<model>power8e</model>
<vendor>IBM</vendor>
<topology sockets='1' cores='1' threads='1'/>
</cpu>
</cpuTest>