aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/testing.rst
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2021-02-11 12:27:43 +0000
committerAlex Bennée <alex.bennee@linaro.org>2021-02-15 09:38:33 +0000
commitd79f5c8b2302a8747260fb74b59ee086e7f077b6 (patch)
tree6f8e698dd0e6aa09384dfa1e00912e037faa683f /docs/devel/testing.rst
parentaa2ea7ad6c1a45f8336d9269750353ed8218a5dd (diff)
downloadqemu-d79f5c8b2302a8747260fb74b59ee086e7f077b6.zip
qemu-d79f5c8b2302a8747260fb74b59ee086e7f077b6.tar.gz
qemu-d79f5c8b2302a8747260fb74b59ee086e7f077b6.tar.bz2
tests/docker: remove travis container
The travis container that we have no longer matches what travis currently uses. As all x86 jobs are being moved to GitLab CI too, there is no compelling reason to update the travis container. It is simpler to just remove it. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Message-Id: <20210209135011.1224992-2-berrange@redhat.com> Message-Id: <20210211122750.22645-9-alex.bennee@linaro.org>
Diffstat (limited to 'docs/devel/testing.rst')
-rw-r--r--docs/devel/testing.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index 209f9d8..00ce16d 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -357,20 +357,6 @@ source and build it.
The full list of tests is printed in the ``make docker`` help.
-Tools
------
-
-There are executables that are created to run in a specific Docker environment.
-This makes it easy to write scripts that have heavy or special dependencies,
-but are still very easy to use.
-
-Currently the only tool is ``travis``, which mimics the Travis-CI tests in a
-container. It runs in the ``travis`` image:
-
-.. code::
-
- make docker-travis@travis
-
Debugging a Docker test failure
-------------------------------