diff options
Diffstat (limited to 'docs/devel/testing/main.rst')
| -rw-r--r-- | docs/devel/testing/main.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/devel/testing/main.rst b/docs/devel/testing/main.rst index e56da22edf..6b18ed875c 100644 --- a/docs/devel/testing/main.rst +++ b/docs/devel/testing/main.rst @@ -919,21 +919,6 @@ Python. You can run the functional tests simply by executing: See :ref:`checkfunctional-ref` for more details. -Integration tests using the Avocado Framework ---------------------------------------------- - -The ``tests/avocado`` directory hosts integration tests. They're usually -higher level tests, and may interact with external resources and with -various guest operating systems. - -You can run the avocado tests simply by executing: - -.. code:: - - make check-avocado - -See :ref:`checkavocado-ref` for more details. - .. _checktcg-ref: Testing with "make check-tcg" |