libvirt/tests/cputestdata/ppc64-baseline-incompatible-vendors.xml
Andrea Bolognani 049df97504 tests: Re-enable ppc64 cpu tests
Now that all the changes have been implemented we can run the
test cases once again, after updating them to reflect the new
behaviour.
2015-08-11 15:25:28 +02:00

15 lines
283 B
XML

<cpuTest>
<cpu>
<arch>ppc64</arch>
<model>POWER7</model>
<vendor>Intel</vendor>
<topology sockets='2' cores='4' threads='1'/>
</cpu>
<cpu>
<arch>ppc64</arch>
<model>POWER8</model>
<vendor>Intel</vendor>
<topology sockets='1' cores='1' threads='1'/>
</cpu>
</cpuTest>