File: drvtest.html.in

package info (click to toggle)
libvirt 7.0.0-3%2Bdeb11u3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 145,532 kB
  • sloc: ansic: 502,645; xml: 180,512; python: 8,627; sh: 3,992; perl: 2,768; makefile: 509; javascript: 116; cpp: 22
file content (27 lines) | stat: -rw-r--r-- 952 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
  <body>
    <h1>Test "mock" driver</h1>

    <h2>Connections to Test driver</h2>

    <p>
    The libvirt Test driver is a per-process fake hypervisor driver,
    with a driver name of 'test'. The driver maintains all its state
    in memory. It can start with a pre-configured default config, or
    be given a path to an alternate config. Some example connection URIs
    for the libvirt driver are:
    </p>

<pre>
test:///default                     (local access, default config)
test:///path/to/driver/config.xml   (local access, custom config)
test+unix:///default                (local access, default config, via daemon)
test://example.com/default          (remote access, TLS/x509)
test+tcp://example.com/default      (remote access, SASl/Kerberos)
test+ssh://root@example.com/default (remote access, SSH tunnelled)
</pre>

  </body>
</html>