mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-11 05:24:55 -05:00
tests: Differentiate conn cache based on actual open URI
Since what is actually passed to libvirt here is what actually matters, not all our fakeuri trickery
This commit is contained in:
@@ -91,6 +91,7 @@ def openconn(uri):
|
||||
"""
|
||||
virtinst.util.register_libvirt_error_handler()
|
||||
conn = virtinst.cli.getConnection(uri)
|
||||
uri = conn._open_uri
|
||||
|
||||
# For the basic test:///default URI, skip this caching, so we have
|
||||
# an option to test the stock code
|
||||
|
||||
Reference in New Issue
Block a user