mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virt-install: --host-device: add driver_name option
This commit is contained in:
@@ -585,6 +585,7 @@ class XMLParseTest(unittest.TestCase):
|
||||
check("bus", "0x1", "0x5")
|
||||
check("slot", "0x2", "0x6")
|
||||
check("function", "0x3", "0x7")
|
||||
check("driver_name", None, "vfio")
|
||||
|
||||
self._alter_compare(guest.get_xml_config(), outfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user