[libvirt] [PATCH 2/2] tests: Adding <backenddomain/> option for xml2sexpr-disk-block data test.

Julio Faracco jcfaracco at gmail.com
Thu May 12 14:23:12 UTC 2016


There is no XML data file that is using <backenddomain/> option for disk.
It is a good opportunity to test/check this option for Xen.
The same for network options.

Signed-off-by: Julio Faracco <jcfaracco at gmail.com>
---
 tests/xml2sexprdata/xml2sexpr-disk-block.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/xml2sexprdata/xml2sexpr-disk-block.xml b/tests/xml2sexprdata/xml2sexpr-disk-block.xml
index c387176..0b83ec8 100644
--- a/tests/xml2sexprdata/xml2sexpr-disk-block.xml
+++ b/tests/xml2sexprdata/xml2sexpr-disk-block.xml
@@ -16,6 +16,7 @@
     <disk type='block' device='disk'>
       <source dev='/dev/MainVG/GuestLV'/>
       <target dev='xvda'/>
+      <backenddomain name='pvtest'/>
     </disk>
     <console tty='/dev/pts/4'/>
   </devices>
-- 
1.9.1




More information about the libvir-list mailing list