diff options
Diffstat (limited to 'tests/xmlparse.py')
-rw-r--r-- | tests/xmlparse.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/xmlparse.py b/tests/xmlparse.py index 0bf0637b..df834b90 100644 --- a/tests/xmlparse.py +++ b/tests/xmlparse.py @@ -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) |