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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2011-02-01 15:40:11 UTC
  • mfrom: (1.3.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20110201154011-op0nusgc240xajvb
Tags: 0.500.5-1ubuntu1
* Merge from debian experimental. Remaining changes:
  - debian/patches/9001_Ubuntu.patch:
     + Updated to add maverick and natty to OS list and enable virtio
       for them.
  - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
    testsuite for 0001-fix-path-to-hvmloader.patch and
    0002-Fix-path-to-pygrub.patch. (refreshed)
  - debian/control: added acl package to depends.
  - Demote virt-viewer to Suggests, as it's in universe.
  - Recommends libvirt-bin
* Removed patches:
  - debian/patches/9002-libvirt_disk_format.patch: Upstream.

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>