2013-05-03 14:25:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2008-04-23 17:08:31 +00:00
|
|
|
<body>
|
|
|
|
<h1>Test "mock" driver</h1>
|
2009-01-27 14:49:09 +00:00
|
|
|
|
|
|
|
<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
|
2012-08-22 18:29:18 +00:00
|
|
|
be given a path to an alternate config. Some example connection URIs
|
2009-01-27 14:49:09 +00:00
|
|
|
for the libvirt driver are:
|
|
|
|
</p>
|
|
|
|
|
2009-11-13 23:09:20 +00:00
|
|
|
<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>
|
2009-01-27 14:49:09 +00:00
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
</body>
|
|
|
|
</html>
|