From 432a3fee3b547cb403e16399a16a2c361f73831b Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 12 Nov 2013 11:57:56 +0000 Subject: Rename virDomainGetRootFilesystem to virDomainGetFilesystemForTarget The virDomainGetRootFilesystem method can be generalized to allow any filesystem path to be obtained. While doing this, start a new test case for purpose of testing various helper methods in the domain_conf.{c,h} files, such as this one. Signed-off-by: Daniel P. Berrange --- tests/domainconfdata/getfilesystem.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tests/domainconfdata/getfilesystem.xml (limited to 'tests/domainconfdata') diff --git a/tests/domainconfdata/getfilesystem.xml b/tests/domainconfdata/getfilesystem.xml new file mode 100644 index 0000000000..2ee78b4eb9 --- /dev/null +++ b/tests/domainconfdata/getfilesystem.xml @@ -0,0 +1,28 @@ + + demo + 8369f1ac-7e46-e869-4ca5-759d51478066 + 500000 + 500000 + 1 + + hvm + /bin/sh + + + destroy + restart + destroy + + + + + + + + + + + + + + -- cgit v1.2.1