aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2007-06-07 14:08:35 +0000
committerDaniel P. Berrange <berrange@redhat.com>2007-06-07 14:08:35 +0000
commitde288e8dbc83f6a2bda241c3dbb01039e4541b17 (patch)
treee8f09d695ccb13b4a2b0568d9cd96885affacfe8 /tests
parent* src/xend_internal.c src/xm_internal.c src/xml.c: add support (diff)
downloadlibvirt-de288e8dbc83f6a2bda241c3dbb01039e4541b17.tar.gz
libvirt-de288e8dbc83f6a2bda241c3dbb01039e4541b17.tar.bz2
libvirt-de288e8dbc83f6a2bda241c3dbb01039e4541b17.zip
Fix boot device tests
Diffstat (limited to 'tests')
-rw-r--r--tests/xmconfigdata/test-fullvirt-new-cdrom.xml2
-rw-r--r--tests/xmconfigdata/test-fullvirt-old-cdrom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/xmconfigdata/test-fullvirt-new-cdrom.xml b/tests/xmconfigdata/test-fullvirt-new-cdrom.xml
index 1d4313a5b..84e671a71 100644
--- a/tests/xmconfigdata/test-fullvirt-new-cdrom.xml
+++ b/tests/xmconfigdata/test-fullvirt-new-cdrom.xml
@@ -4,7 +4,7 @@
<os>
<type>hvm</type>
<loader>/usr/lib/xen/boot/hvmloader</loader>
- <boot>cdrom</boot>
+ <boot dev='cdrom'/>
</os>
<currentMemory>403456</currentMemory>
<memory>592896</memory>
diff --git a/tests/xmconfigdata/test-fullvirt-old-cdrom.xml b/tests/xmconfigdata/test-fullvirt-old-cdrom.xml
index 1d4313a5b..84e671a71 100644
--- a/tests/xmconfigdata/test-fullvirt-old-cdrom.xml
+++ b/tests/xmconfigdata/test-fullvirt-old-cdrom.xml
@@ -4,7 +4,7 @@
<os>
<type>hvm</type>
<loader>/usr/lib/xen/boot/hvmloader</loader>
- <boot>cdrom</boot>
+ <boot dev='cdrom'/>
</os>
<currentMemory>403456</currentMemory>
<memory>592896</memory>