The article was replaced with a new one in previous commit, so we don't
need this one anymore.
Signed-off-by: Erik Skultety <eskultet(a)redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
docs/meson.build | 1 -
docs/testsuites.rst | 37 -------------------------------------
2 files changed, 38 deletions(-)
delete mode 100644 docs/testsuites.rst
diff --git a/docs/meson.build b/docs/meson.build
index 6d61e18385..0b16d64488 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -106,7 +106,6 @@ docs_rst_files = [
'support',
'testapi',
'testing',
- 'testsuites',
'testtck',
'uri',
'windows',
diff --git a/docs/testsuites.rst b/docs/testsuites.rst
deleted file mode 100644
index 4fc733e615..0000000000
--- a/docs/testsuites.rst
+++ /dev/null
@@ -1,37 +0,0 @@
-===========
-Test suites
-===========
-
-There is a few test suites available to developers for testing a given version
-of libvirt:
-
-- the internal test suite: present in the source code, it is run by developers
- before submitting patches upstream, it is also suggested to have it run and
- pass as part of the packaging process for distributions. It is run by
- launching:
-
- ::
-
- make check (libvirt 6.6.0 and older)
-
- ::
-
- ninja test (libvirt 6.7.0 and newer)
-
- in a source tree after compilation has finished. It doesn't really make
- functional testing but checks that large portions of the code not interacting
- directly with virtualization functions properly.
-
-- the `TCK test suite <testtck.html>`__ is a functional test suite implemented
- using the `Perl bindings <
https://search.cpan.org/dist/Sys-Virt/>`__ of
- libvirt. It is available separately as a
- `download <
ftp://libvirt.org/libvirt/tck/>`__, as a
- `package <
https://rpmfind.net/linux/rpm2html/search.php?query=libvirt-tck>`__
- in Fedora distributions, but best is probably to get the `version from
- GIT <
https://gitlab.com/libvirt/libvirt-tck>`__.
-
-- the `libvirt-test-API <testapi.html>`__ is also a functional test suite, but
- implemented using the `Python bindings <python.html>`__ of libvirt. It is
- available separately as a
- `download <
ftp://libvirt.org/libvirt/libvirt-test-API/>`__, or directly get
- the `version from GIT <
https://gitlab.com/libvirt/libvirt-test-API/>`__.
--
2.36.1