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(a)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
Show replies by date
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(a)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