summaryrefslogtreecommitdiff
path: root/tests/test_urls.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2019-11-12 15:23:10 -0500
committerCole Robinson <crobinso@redhat.com>2019-11-12 16:16:55 -0500
commit5d8bd316c119d3246bcf53fdd7a4b594fc7b8075 (patch)
tree0136662759c9868b1ad0c1b197ef5d542c105ce1 /tests/test_urls.py
parentcdcec1fb03155c41958987faaa0073b756b10c6c (diff)
downloadvirt-manager-5d8bd316c119d3246bcf53fdd7a4b594fc7b8075.tar.gz
tests: test_urls: Reset cached guest os_variant before short circuit test
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'tests/test_urls.py')
-rw-r--r--tests/test_urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_urls.py b/tests/test_urls.py
index feb6c1fd..24b920c0 100644
--- a/tests/test_urls.py
+++ b/tests/test_urls.py
@@ -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)