mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
uitests: Fix memory hotplug test with latest libvirt
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
fb2bfd610f
commit
0e9905d057
@ -107,7 +107,8 @@ class Details(uiutils.UITestCase):
|
||||
# Memory balloon
|
||||
tab = self._select_hw(win, "Memory", "memory-tab")
|
||||
tab.find("Current allocation:", "spin button").text = "300"
|
||||
tab.find("Maximum allocation:", "spin button").text = "800"
|
||||
# Newer libvirt rejects this hotplug operation for test driver
|
||||
# tab.find("Maximum allocation:", "spin button").text = "800"
|
||||
appl.click()
|
||||
uiutils.check_in_loop(lambda: not appl.sensitive)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user