summaryrefslogtreecommitdiffstats
path: root/cucumber/features/domains/default.xml
blob: 36e0601efc3c0bb69df7ef1bd1360f620d55998c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  <memory unit='KiB'>1310720</memory>
  <currentMemory unit='KiB'>1310720</currentMemory>
  <vcpu>2</vcpu>
  <os>
    <type arch='x86_64' machine='pc-q35-2.8'>hvm</type>
    <boot dev='cdrom'/>
  </os>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <cpu mode='custom' match='exact'>
    <model fallback='allow'>kvm64</model>
  </cpu>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/bin/qemu-system-x86_64</emulator>
    <controller type='usb' index='0' model='ich9-ehci1'/>
    <controller type='usb' index='0' model='ich9-uhci1'/>
    <controller type='usb' index='0' model='ich9-uhci2'/>
    <controller type='usb' index='0' model='ich9-uhci3'/>
    <controller type='sata' index='0'/>
    <controller type='virtio-serial' index='0'/>
    <interface type='network'>
      <alias name='net0'/>
      <!-- <mac address='52:54:00:ac:dd:ee'/> -->
      <source network='lvcNET'/>
      <model type='virtio'/>
      <link state='up'/>
    </interface>
<!--   FIXME need to uniquify the port, based on EXECUTOR_NUMBER -->
    <serial type='tcp'>
      <source mode="bind" host='127.0.0.1' service='1337'/>
      <target port='0'/>
    </serial>
    <input type='tablet' bus='usb'/>
    <channel type='spicevmc'>
      <target type='virtio' name='com.redhat.spice.0'/>
    </channel>
    <graphics type='spice' port='-1' tlsPort='-1' autoport='yes'>
      <mouse mode='client'/>
    </graphics>
    <sound model='ich6'/>
    <video>
      <model type='qxl' ram='65536' vram='131072' vgamem='16384' heads='1'/>
    </video>
    <memballoon model='virtio'/>
    <rng model='virtio'>
      <backend model='random'>/dev/random</backend>
    </rng>
  </devices>
</domain>