summaryrefslogtreecommitdiff
path: root/tests/xmlparse.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2013-12-05 09:17:12 -0500
committerCole Robinson <crobinso@redhat.com>2013-12-05 09:17:12 -0500
commit70f1f8df1eecf39b185515fb3b4a2ba48df31662 (patch)
treedcbc5ddd0fdc2b535bd1d1413bbda2f9fb2b78d7 /tests/xmlparse.py
parentc351c8963ac002c4f92f3e8685dcdc9620bba2ef (diff)
downloadvirt-manager-70f1f8df1eecf39b185515fb3b4a2ba48df31662.tar.gz
storage: Parse volume key
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 f7c7db5f..7cfdbbbf 100644
--- a/tests/xmlparse.py
+++ b/tests/xmlparse.py
@@ -994,6 +994,7 @@ class XMLParseTest(unittest.TestCase):
vol = virtinst.StorageVolume(conn, parsexml=file(infile).read())
check = self._make_checker(vol)
+ check("key", None, "fookey")
check("capacity", 10737418240, 2000)
check("allocation", 5368709120, 1000)
check("format", "raw", "qcow2")