aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2010-10-07 16:35:17 +0200
committerJiri Denemark <jdenemar@redhat.com>2010-12-01 14:12:54 +0100
commit598b9fe4af09975d8da3daef1b37e89f8dfb4768 (patch)
treecf75ed0223e985ea8ecb2f11cd509094a7e4f20d /tests/cputestdata/x86-baseline-1.xml
parentcpu: Add support for overriding path to CPU map XML file (diff)
downloadlibvirt-598b9fe4af09975d8da3daef1b37e89f8dfb4768.tar.gz
libvirt-598b9fe4af09975d8da3daef1b37e89f8dfb4768.tar.bz2
libvirt-598b9fe4af09975d8da3daef1b37e89f8dfb4768.zip
tests: Add unit tests for internal CPU APIs
Diffstat (limited to 'tests/cputestdata/x86-baseline-1.xml')
-rw-r--r--tests/cputestdata/x86-baseline-1.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/cputestdata/x86-baseline-1.xml b/tests/cputestdata/x86-baseline-1.xml
new file mode 100644
index 000000000..509e6a85d
--- /dev/null
+++ b/tests/cputestdata/x86-baseline-1.xml
@@ -0,0 +1,20 @@
+<cpuTest>
+<cpu>
+ <arch>x86_64</arch>
+ <model>Penryn</model>
+ <vendor>Intel</vendor>
+ <topology sockets='2' cores='4' threads='1'/>
+</cpu>
+<cpu>
+ <arch>x86_64</arch>
+ <model>Conroe</model>
+ <vendor>Intel</vendor>
+ <topology sockets='1' cores='1' threads='1'/>
+</cpu>
+<cpu>
+ <arch>x86_64</arch>
+ <model>core2duo</model>
+ <vendor>Intel</vendor>
+ <topology sockets='1' cores='1' threads='1'/>
+</cpu>
+</cpuTest>