mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
tests: Fix a rogue failure after last commits
This commit is contained in:
parent
eede884554
commit
4911cb990e
@ -12,11 +12,7 @@
|
|||||||
<acpi/>
|
<acpi/>
|
||||||
<apic/>
|
<apic/>
|
||||||
</features>
|
</features>
|
||||||
<clock offset="utc">
|
<clock offset="utc"/>
|
||||||
<timer name="rtc" tickpolicy="catchup"/>
|
|
||||||
<timer name="pit" tickpolicy="delay"/>
|
|
||||||
<timer name="hpet" present="no"/>
|
|
||||||
</clock>
|
|
||||||
<on_poweroff>destroy</on_poweroff>
|
<on_poweroff>destroy</on_poweroff>
|
||||||
<on_reboot>restart</on_reboot>
|
<on_reboot>restart</on_reboot>
|
||||||
<on_crash>restart</on_crash>
|
<on_crash>restart</on_crash>
|
||||||
|
@ -447,7 +447,7 @@ class TestXMLConfig(unittest.TestCase):
|
|||||||
g = build_guest()
|
g = build_guest()
|
||||||
self._compare(g, "install-f11-noac97", False)
|
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()
|
g = build_guest()
|
||||||
self._compare(g, "install-f11-noac97", False)
|
self._compare(g, "install-f11-noac97", False)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user