summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/dev_guide/testing_httptester.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/dev_guide/testing_httptester.rst')
-rw-r--r--docs/docsite/rst/dev_guide/testing_httptester.rst28
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/docsite/rst/dev_guide/testing_httptester.rst b/docs/docsite/rst/dev_guide/testing_httptester.rst
deleted file mode 100644
index 7c1a9fbbaf..0000000000
--- a/docs/docsite/rst/dev_guide/testing_httptester.rst
+++ /dev/null
@@ -1,28 +0,0 @@
-:orphan:
-
-**********
-httptester
-**********
-
-.. contents:: Topics
-
-Overview
-========
-
-``httptester`` is a docker container used to host certain resources required by :ref:`testing_integration`. This is to avoid CI tests requiring external resources (such as git or package repos) which, if temporarily unavailable, would cause tests to fail.
-
-HTTP Testing endpoint which provides the following capabilities:
-
-* httpbin
-* nginx
-* SSL
-* SNI
-* Negotiate Authentication
-
-
-Source files can be found in the `http-test-container <https://github.com/ansible/http-test-container>`_ repository.
-
-Extending httptester
-====================
-
-If you have sometime to improve ``httptester`` please add a comment on the `Testing Working Group Agenda <https://github.com/ansible/community/blob/main/meetings/README.md>`_ to avoid duplicated effort.