mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
tests: test_urls: Reset cached guest os_variant before short circuit test
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
cdcec1fb03
commit
5d8bd316c1
@ -118,6 +118,7 @@ def _testGuest(testdata, guest):
|
||||
checkdistro = testdata.detectdistro
|
||||
|
||||
guest.os.arch = arch
|
||||
guest.set_os_name("generic")
|
||||
if testdata.testshortcircuit:
|
||||
guest.set_os_name(checkdistro)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user