diff --git a/tests/cli-test-xml/compare/virt-install-kvm-centos7.xml b/tests/cli-test-xml/compare/virt-install-kvm-centos7.xml
index 9d7b016f..dc118878 100644
--- a/tests/cli-test-xml/compare/virt-install-kvm-centos7.xml
+++ b/tests/cli-test-xml/compare/virt-install-kvm-centos7.xml
@@ -10,7 +10,7 @@
65536
1
- hvm
+ hvm
@@ -55,7 +55,7 @@
-
+
@@ -78,7 +78,7 @@
65536
1
- hvm
+ hvm
@@ -121,7 +121,7 @@
-
+
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()