[libvirt] [PATCH 1/2] tests: Adding <backenddomain/> option for xml2sexpr-net-bridge data test.

There is no XML data file that is using <backenddomain/> option for network. It is a good opportunity to test/check this option for Xen. Signed-off-by: Julio Faracco <jcfaracco@gmail.com> --- tests/xml2sexprdata/xml2sexpr-net-bridged.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xml2sexprdata/xml2sexpr-net-bridged.xml b/tests/xml2sexprdata/xml2sexpr-net-bridged.xml index d995d19..aec2c0d 100644 --- a/tests/xml2sexprdata/xml2sexpr-net-bridged.xml +++ b/tests/xml2sexprdata/xml2sexpr-net-bridged.xml @@ -22,6 +22,7 @@ <source bridge="xenbr2"/> <script path="vif-bridge"/> <target dev="vif4.0"/> + <backenddomain name='pvtest'/> </interface> <console tty='/dev/pts/4'/> </devices> -- 1.9.1

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@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
participants (1)
-
Julio Faracco