summaryrefslogtreecommitdiff
path: root/tests/xmlparse.py
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2014-02-12 10:36:17 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2014-02-12 15:46:25 +0100
commita2706e9258d11fcf34373d4b6a9c480661ae7897 (patch)
tree05ccc728a20fec46a9307c0b1f4f1186e358905c /tests/xmlparse.py
parentdd0af85d5a018803266ab1b4dbaa79d95413aa87 (diff)
downloadvirt-manager-a2706e9258d11fcf34373d4b6a9c480661ae7897.tar.gz
storage: add new attribute "source_dir"
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
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 6d6e0f38..4724f222 100644
--- a/tests/xmlparse.py
+++ b/tests/xmlparse.py
@@ -1027,6 +1027,7 @@ class XMLParseTest(unittest.TestCase):
check("capacity", 984373075968, 200000)
check("allocation", 756681687040, 150000)
check("available", 227691388928, 50000)
+ check("source_dir", None, None)
check("format", "auto", "ext3")
check("source_path", "/some/source/path", "/dev/foo/bar")