mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
871f231ea0
We still point to git repositories hosted on libvirt.org in various places. Replace the links to their gitlab.com equivalents. Note that GitLab is trying to be smart here and https://gitlab.com/libvirt/libvirt redirects to https://gitlab.com/libvirt/libvirt.git when doing a 'git clone' and vice-versa when visiting from the browser, so I only kept the .git suffix in places that explicitly mentioned 'git clone'. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
41 lines
2.0 KiB
XML
41 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<body>
|
|
<h1>libvirt TCK : Technology Compatibility Kit</h1>
|
|
<p>The libvirt TCK provides a framework for performing testing
|
|
of the integration between libvirt drivers, the underlying virt
|
|
hypervisor technology, related operating system services and system
|
|
configuration. The idea (and name) is motivated by the Java TCK.</p>
|
|
<p>In particular the libvirt TCK is intended to address the following
|
|
scenarios:</p>
|
|
<ul>
|
|
<li>Validate that a new libvirt driver is in compliance
|
|
with the (possibly undocumented!) driver API semantics</li>
|
|
<li>Validate that an update to an existing driver does not
|
|
change the API semantics in a non-compliant manner</li>
|
|
<li>Validate that a new hypervisor release is still providing
|
|
compatibility with the corresponding libvirt driver usage</li>
|
|
<li>Validate that an OS distro deployment consisting of a
|
|
hypervisor and libvirt release is configured correctly</li>
|
|
</ul>
|
|
<p>Thus the libvirt TCK will allow developers, administrators and users
|
|
to determine the level of compatibility of their platform, and
|
|
evaluate whether it will meet their needs, and get awareness of any
|
|
regressions that may have occurred since a previous test run.</p>
|
|
<p>For more details you can look at:</p>
|
|
<ul>
|
|
<li> The initial
|
|
<a href="http://www.redhat.com/archives/libvir-list/2009-April/msg00176.html">mail
|
|
from Daniel Berrange</a> presenting the project.</li>
|
|
<li> The <a href="http://fedoraproject.org/wiki/Features/VirtTCK">page
|
|
describing VirtTCK</a> the inclusion of libvirt-TCK as a
|
|
Fedora Feature.</li>
|
|
</ul>
|
|
<p> Libvirt-TCK is maintained using
|
|
<a href="https://gitlab.com/libvirt/libvirt-tck">a GIT
|
|
repository</a>, and comment, patches and reviews are carried
|
|
on the <a href="contact.html">libvir-list</a> development list.</p>
|
|
</body>
|
|
</html>
|