mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-08 21:18:04 +03:00
tests: livetests: work around qemu media change regression
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
909c8aa880
commit
7f83d23f4f
@ -471,9 +471,16 @@ def _testLiveHotplug(app, fname):
|
||||
lib.utils.check(lambda: tab.showing)
|
||||
entry.set_text(fname)
|
||||
appl.click()
|
||||
# F38 CDROM change is broken:
|
||||
# https://gitlab.com/qemu-project/qemu/-/issues/933
|
||||
# pylint: disable=unreachable
|
||||
app.click_alert_button("changes will take effect", "OK")
|
||||
return
|
||||
|
||||
lib.utils.check(lambda: not appl.sensitive)
|
||||
lib.utils.check(lambda: entry.text == fname)
|
||||
entry.click_secondary_icon()
|
||||
|
||||
appl.click()
|
||||
lib.utils.check(lambda: not appl.sensitive)
|
||||
lib.utils.check(lambda: not entry.text)
|
||||
|
Loading…
Reference in New Issue
Block a user