backup: Wire up qemu full pull backup commands over QMP
[libvirt/ericb.git] / docs / drvtest.html.in
blob6884184e6f03fcec9c2c592cf5187e7ee6f7764d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html>
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <body>
5 <h1>Test "mock" driver</h1>
7 <h2>Connections to Test driver</h2>
9 <p>
10 The libvirt Test driver is a per-process fake hypervisor driver,
11 with a driver name of 'test'. The driver maintains all its state
12 in memory. It can start with a pre-configured default config, or
13 be given a path to an alternate config. Some example connection URIs
14 for the libvirt driver are:
15 </p>
17 <pre>
18 test:///default (local access, default config)
19 test:///path/to/driver/config.xml (local access, custom config)
20 test+unix:///default (local access, default config, via daemon)
21 test://example.com/default (remote access, TLS/x509)
22 test+tcp://example.com/default (remote access, SASl/Kerberos)
23 test+ssh://root@example.com/default (remote access, SSH tunnelled)
24 </pre>
26 </body>
27 </html>