summaryrefslogtreecommitdiff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2018-10-13 16:33:37 -0400
committerCole Robinson <crobinso@redhat.com>2018-10-13 16:33:37 -0400
commit2ba48539eac876d8265653ece9073baf87ea8809 (patch)
treea98c98515cb998899a02f63fccf27898f2d904f5 /tests/utils.py
parentf102d2a2567816c7d9eee14b81197c81a70a8586 (diff)
downloadvirt-manager-2ba48539eac876d8265653ece9073baf87ea8809.tar.gz
tests: Regenerate with osinfo-db git
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py
index f85f4bf5..d22933d3 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -32,7 +32,7 @@ clistate = _CLIState()
def has_old_osinfo():
# Some tests rely on newer osinfo data. Check for a new condition
# here, and older tests will be skipped
- osname = "win7"
+ osname = "centos7.0"
if not virtinst.OSDB.lookup_os(osname):
return True
return not virtinst.OSDB.lookup_os(osname).supports_chipset_q35()