Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
virt-manager
037-tests-livetests-work-around-qemu-media-chan...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 037-tests-livetests-work-around-qemu-media-change-regression.patch of Package virt-manager
Subject: tests: livetests: work around qemu media change regression From: Cole Robinson crobinso@redhat.com Fri May 5 15:47:25 2023 -0400 Date: Fri May 5 15:47:25 2023 -0400: Git: 7f83d23f4fd0772acd5eab2145667686770dfd9d Signed-off-by: Cole Robinson <crobinso@redhat.com> diff --git a/tests/uitests/test_livetests.py b/tests/uitests/test_livetests.py index 3ac0133b..72a96a10 100644 --- a/tests/uitests/test_livetests.py +++ b/tests/uitests/test_livetests.py @@ -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)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor