domain: features: treat <vmcoreinfo/> as a tristate

When it was initially introduced, vmcoreinfo was a boolean option,
but that was changed a release latest to be a tristate.
This commit is contained in:
Cole Robinson
2019-05-12 17:25:47 -04:00
parent 12440b00c1
commit 913c9de29b
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ class XMLParseTest(unittest.TestCase):
check("hyperv_spinlocks", True, True)
check("hyperv_spinlocks_retries", 12287, 54321)
check("vmport", False, True)
check("vmcoreinfo", False, True)
check("vmcoreinfo", None, True)
check("kvm_hidden", None, True)
check("pvspinlock", None, True)
check("gic_version", None, False)