mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-28 13:39:00 +07:00
* many: Fix title case of Git references Currently many references of the Git software don't use title case, this patch fixes them while leaving those that should remain lowercase intact: * `git` command call in code blocks. * Git references in changelog entries should stay consistent with the revision title. Fixes #1935. Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com> * Update docs/docsite/rst/dev_guide/testing_integration.rst Fix command markup. Co-authored-by: Felix Fontein <felix@fontein.de> * Update hacking/README.md Also fix title case of Python. Co-authored-by: Felix Fontein <felix@fontein.de> --------- Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com> Co-authored-by: Felix Fontein <felix@fontein.de>
29 lines
781 B
ReStructuredText
29 lines
781 B
ReStructuredText
: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``, open an issue in the
|
|
`http-test-container <https://github.com/ansible/http-test-container>`_ repository. |