mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-08 20:18:09 -05:00
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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user