tests: Remove redundant aarch64 tests

My commit 7b9de914 added some aarch64 CPU test cases. I wanted to test
two different code paths but inadvertently added two of the same test
cases.

The second code path (using <cpu><model>host</model</cpu>) isn't easily
exercised via the qemu tests anyways, I'll need to look elsewhere.

Regardless, remove the redundant tests for now
This commit is contained in:
Cole Robinson
2015-05-06 19:04:52 -04:00
parent 2af51483cc
commit fd74e23175
5 changed files with 0 additions and 65 deletions

View File

@@ -614,8 +614,6 @@ mymain(void)
DO_TEST("memory-hotplug-nonuma");
DO_TEST("memory-hotplug-dimm");
DO_TEST("aarch64-cpu-model-host");
virObjectUnref(driver.caps);
virObjectUnref(driver.xmlopt);