tests: Add CPU detection test for Intel Xeon E5-2630

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
Jiri Denemark
2016-06-01 17:52:55 +02:00
parent c2db8a66d5
commit 5a58fcccaa
6 changed files with 185 additions and 0 deletions

View File

@@ -869,6 +869,7 @@ mymain(void)
DO_TEST_CPUID("x86", "Phenom-B95", true);
DO_TEST_CPUID("x86", "Xeon-5110", false);
DO_TEST_CPUID("x86", "Xeon-E3-1245", true);
DO_TEST_CPUID("x86", "Xeon-E5-2630", true);
#if WITH_QEMU && WITH_YAJL
qemuTestDriverFree(&driver);