~ubuntu-branches/ubuntu/quantal/virtinst/quantal-proposed

« back to all changes in this revision

Viewing changes to tests/xmlparse-xml/console-compat-in.xml

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Léonard
  • Date: 2011-01-29 21:41:21 UTC
  • mto: (1.6.3 sid)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20110129214121-pjuxf2xz08l5zqew
Tags: upstream-0.500.5
Import upstream version 0.500.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<domain type="test">
 
2
  <name>test_xenpv_kernel</name>
 
3
  <uuid>596a5d2171f48fb2e068e2386a5c413e</uuid>
 
4
  <os>
 
5
    <type>xen</type>
 
6
    <kernel>/var/lib/xen/vmlinuz.2Dn2YT</kernel>
 
7
    <initrd>/var/lib/xen/initrd.img.0u-Vhq</initrd>
 
8
    <cmdline> method=http://download.fedora.devel.redhat.com/pub/fedora/linux/core/test/5.91/x86_64/os  </cmdline>
 
9
  </os>
 
10
  <memory>430080</memory>
 
11
  <vcpu>2</vcpu>
 
12
  <on_poweroff>destroy</on_poweroff>
 
13
  <on_reboot>destroy</on_reboot>
 
14
  <on_crash>destroy</on_crash>
 
15
  <devices>
 
16
    <disk type="file" device="disk">
 
17
      <source file="/root/some.img"/>
 
18
      <target dev="xvda"/>
 
19
    </disk>
 
20
    <console tty="/dev/pts/4"/>
 
21
  </devices>
 
22
</domain>