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

« back to all changes in this revision

Viewing changes to tests/cli-test-xml/compare/w2k3-cdrom.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>foobar</name>
 
3
  <currentMemory>65536</currentMemory>
 
4
  <memory>65536</memory>
 
5
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
 
6
  <os>
 
7
    <type arch='i686'>hvm</type>
 
8
    <boot dev='cdrom'/>
 
9
    <boot dev='hd'/>
 
10
  </os>
 
11
  <features>
 
12
    <acpi/><apic/><pae/>
 
13
  </features>
 
14
  <cpu>
 
15
    <topology sockets='1' cores='4' threads='1'/>
 
16
  </cpu>
 
17
  <clock offset="localtime"/>
 
18
  <on_poweroff>destroy</on_poweroff>
 
19
  <on_reboot>destroy</on_reboot>
 
20
  <on_crash>destroy</on_crash>
 
21
  <vcpu>4</vcpu>
 
22
  <devices>
 
23
    <emulator>/usr/bin/test-hv</emulator>
 
24
    <disk type='file' device='disk'>
 
25
      <source file='/tmp/__virtinst_cli_exist1.img'/>
 
26
      <target dev='hda' bus='ide'/>
 
27
    </disk>
 
28
    <disk type='file' device='cdrom'>
 
29
      <source file='/tmp/__virtinst_cli_exist2.img'/>
 
30
      <target dev='hdc' bus='ide'/>
 
31
      <readonly/>
 
32
    </disk>
 
33
    <interface type='user'>
 
34
      <mac address='00:11:22:33:44:55'/>
 
35
    </interface>
 
36
    <input type='tablet' bus='usb'/>
 
37
    <console type='pty'/>
 
38
  </devices>
 
39
</domain>
 
40
<domain type='test'>
 
41
  <name>foobar</name>
 
42
  <currentMemory>65536</currentMemory>
 
43
  <memory>65536</memory>
 
44
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
 
45
  <os>
 
46
    <type arch='i686'>hvm</type>
 
47
    <boot dev='hd'/>
 
48
  </os>
 
49
  <features>
 
50
    <acpi/><apic/><pae/>
 
51
  </features>
 
52
  <cpu>
 
53
    <topology sockets='1' cores='4' threads='1'/>
 
54
  </cpu>
 
55
  <clock offset="localtime"/>
 
56
  <on_poweroff>destroy</on_poweroff>
 
57
  <on_reboot>destroy</on_reboot>
 
58
  <on_crash>destroy</on_crash>
 
59
  <vcpu>4</vcpu>
 
60
  <devices>
 
61
    <emulator>/usr/bin/test-hv</emulator>
 
62
    <disk type='file' device='disk'>
 
63
      <source file='/tmp/__virtinst_cli_exist1.img'/>
 
64
      <target dev='hda' bus='ide'/>
 
65
    </disk>
 
66
    <disk type='file' device='cdrom'>
 
67
      <source file='/tmp/__virtinst_cli_exist2.img'/>
 
68
      <target dev='hdc' bus='ide'/>
 
69
      <readonly/>
 
70
    </disk>
 
71
    <interface type='user'>
 
72
      <mac address='00:11:22:33:44:55'/>
 
73
    </interface>
 
74
    <input type='tablet' bus='usb'/>
 
75
    <console type='pty'/>
 
76
  </devices>
 
77
</domain>
 
78
<domain type='test'>
 
79
  <name>foobar</name>
 
80
  <currentMemory>65536</currentMemory>
 
81
  <memory>65536</memory>
 
82
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
 
83
  <os>
 
84
    <type arch='i686'>hvm</type>
 
85
    <boot dev='hd'/>
 
86
  </os>
 
87
  <features>
 
88
    <acpi/><apic/><pae/>
 
89
  </features>
 
90
  <cpu>
 
91
    <topology sockets='1' cores='4' threads='1'/>
 
92
  </cpu>
 
93
  <clock offset="localtime"/>
 
94
  <on_poweroff>destroy</on_poweroff>
 
95
  <on_reboot>restart</on_reboot>
 
96
  <on_crash>restart</on_crash>
 
97
  <vcpu>4</vcpu>
 
98
  <devices>
 
99
    <emulator>/usr/bin/test-hv</emulator>
 
100
    <disk type='file' device='disk'>
 
101
      <source file='/tmp/__virtinst_cli_exist1.img'/>
 
102
      <target dev='hda' bus='ide'/>
 
103
    </disk>
 
104
    <disk type='file' device='cdrom'>
 
105
      <source file='/tmp/__virtinst_cli_exist2.img'/>
 
106
      <target dev='hdc' bus='ide'/>
 
107
      <readonly/>
 
108
    </disk>
 
109
    <interface type='user'>
 
110
      <mac address='00:11:22:33:44:55'/>
 
111
    </interface>
 
112
    <input type='tablet' bus='usb'/>
 
113
    <console type='pty'/>
 
114
  </devices>
 
115
</domain>