summaryrefslogtreecommitdiff
path: root/tests/xmlparse.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2014-01-14 18:09:21 -0500
committerCole Robinson <crobinso@redhat.com>2014-01-14 18:09:21 -0500
commit6d2f937c99642b0f8c20508fc9ea1d74bc6197cf (patch)
tree8150ae451a7cbedc5e966709918db84f1dda3a33 /tests/xmlparse.py
parentb57a2094ff4f9df8477abb15b05cb452198e875d (diff)
downloadvirt-manager-6d2f937c99642b0f8c20508fc9ea1d74bc6197cf.tar.gz
virt-install: --host-device: add driver_name option
Diffstat (limited to 'tests/xmlparse.py')
-rw-r--r--tests/xmlparse.py1
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)