File: testnode.xml

package info (click to toggle)
libvirt 5.0.0-4%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 251,264 kB
  • sloc: ansic: 573,843; xml: 168,347; sh: 9,976; python: 4,883; perl: 3,953; makefile: 3,323; ml: 465
file content (29 lines) | stat: -rw-r--r-- 767 bytes parent folder | download | duplicates (10)
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
<node>
<!-- This file gives an example config for the mock 'test' backend
     driver to libvirt. This is intended to allow reliable unit testing
     of applications using libvirt. To use this with virsh, run something
     like:

      virsh -c test://absolute/path/to/this/dir/testnode.xml nodeinfo

     -->
  <domain file="testdomfv0.xml"/>
  <domain file="testdomfc4.xml"/>
  <network file="testnetpriv.xml"/>
  <network file="testnetdef.xml"/>
  <pool file="testpool.xml">
    <volume file="testvol.xml"/>
  </pool>
  <device file="testdev.xml"/>

  <cpu>
    <mhz>6000</mhz>
    <model>i986</model>
    <active>50</active>
    <nodes>4</nodes>
    <sockets>4</sockets>
    <cores>4</cores>
    <threads>2</threads>
  </cpu>
  <memory>8192000</memory>
</node>