diff --git a/docs/sitemap.html.in b/docs/sitemap.html.in index 5650feeafa..ad8dc7b0f4 100644 --- a/docs/sitemap.html.in +++ b/docs/sitemap.html.in @@ -318,6 +318,20 @@ Contact How to contact the developers via email and IRC +
  • + Test suites + Available test suites for libvirt + +
  • Related Links Miscellaneous links of interest related to libvirt diff --git a/docs/testapi.html.in b/docs/testapi.html.in new file mode 100644 index 0000000000..9b6161d58c --- /dev/null +++ b/docs/testapi.html.in @@ -0,0 +1,34 @@ + + + +

    libvirt-test-API: Python based test suite

    +

    Libvirt-test-API is a powerful test tool designed to complement + existing libvirt test tools such as libvirt-TCK and the internal + test suite. It aims at functional regression testing, trying to + exercise nearly all the API by the way of the Python bindings.

    +

    The test API currently covers:

    + +

    Some of the tests need dedicated local resources whose definitions + are stored in a configuration file. The tests are defined using + Python modules defining the code for the test, this is called + a test case, and test configuration files using one + or more test case to define a given test scenario.

    +

    For more details you can look at:

    + +

    Libvirt-test-API is maintained using + a GIT + repository, and comment, patches and reviews are carried + on the libvir-list development list.

    + + diff --git a/docs/testsuites.html.in b/docs/testsuites.html.in new file mode 100644 index 0000000000..86fd5eff9b --- /dev/null +++ b/docs/testsuites.html.in @@ -0,0 +1,37 @@ + + + +

    Test suites

    +

    There is a few test suites available to developers for testing + a given version of libvirt:

    + + + diff --git a/docs/testtck.html.in b/docs/testtck.html.in new file mode 100644 index 0000000000..c0e700862f --- /dev/null +++ b/docs/testtck.html.in @@ -0,0 +1,39 @@ + + + +

    libvirt TCK : Technology Compatibility Kit

    +

    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.

    +

    In particular the libvirt TCK is intended to address the following + scenarios:

    + +

    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.

    +

    For more details you can look at:

    + +

    Libvirt-TCK is maintained using + a GIT + repository, and comment, patches and reviews are carried + on the libvir-list development list.

    + +