mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
VirtualHostDevice: Convert to new style XML props
This commit is contained in:
@@ -534,7 +534,7 @@ class XMLParseTest(unittest.TestCase):
|
||||
dev3 = guest.get_devices("hostdev")[2]
|
||||
|
||||
check = self._make_checker(dev1)
|
||||
check("type", "usb")
|
||||
check("type", "usb", "foo", "usb")
|
||||
check("managed", True, False)
|
||||
check("mode", "subsystem", None)
|
||||
check("vendor", "0x4321", "0x1111")
|
||||
|
||||
Reference in New Issue
Block a user