tests: Fix a rogue failure after last commits

This commit is contained in:
Cole Robinson 2013-10-06 08:23:22 -04:00
parent eede884554
commit 4911cb990e
2 changed files with 2 additions and 6 deletions

View File

@ -12,11 +12,7 @@
<acpi/>
<apic/>
</features>
<clock offset="utc">
<timer name="rtc" tickpolicy="catchup"/>
<timer name="pit" tickpolicy="delay"/>
<timer name="hpet" present="no"/>
</clock>
<clock offset="utc"/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>

View File

@ -447,7 +447,7 @@ class TestXMLConfig(unittest.TestCase):
g = build_guest()
self._compare(g, "install-f11-noac97", False)
utils.set_conn(utils.open_plainkvm(connver=10000))
utils.set_conn(utils.open_plainkvm(libver=7000, connver=7000))
g = build_guest()
self._compare(g, "install-f11-noac97", False)