4264be2b18
* orphans testing pages to avoid not-in-toctree errors * orphans various pages pending reorg * adds module_utils and special_vars to main TOC * uses a glob for scenario_guide TOC * normalize and Sentence-case headings on community pages, typos * re-orgs community TOC, adds all pages to toctree * removes scenario guides index page * adds style guide to community index * basic update to style guide * fix typo that created a new error * removes not-in-toctree from ignore errors list * leave removing files for future cleanup task
27 lines
806 B
ReStructuredText
27 lines
806 B
ReStructuredText
:orphan:
|
|
|
|
**********
|
|
httptester
|
|
**********
|
|
|
|
.. contents:: Topics
|
|
|
|
Overview
|
|
========
|
|
|
|
``httptester`` is a docker container used to host certain resources required by :doc:`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
|
|
|
|
|
|
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/master/meetings/README.md>`_ to avoid duplicated effort.
|