summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/prepare_http_tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use setup_remote_tmp for windows httptester (#53255)Jordan Borean2019-03-041-3/+3
|
* Fix integration tests to support remote hosts.Matt Clay2019-01-252-1/+3
|
* ansible-test: add retry for Windows httptester download (#47334)Jordan Borean2018-10-191-0/+4
|
* win httptester: add wait for endpoint in case it is still coming up (#47326)Jordan Borean2018-10-191-0/+11
|
* win test: add http tester container to Windows tests (#46606)Jordan Borean2018-10-131-1/+33
|
* Overhaul httptester support in ansible-test. (#39892)Matt Clay2018-05-091-0/+22
| | | | | | | - Works with the --remote option. - Can be disabled with the --disable-httptester option. - Change image with the --httptester option. - Only load and run httptester for targets that require it.
* Urls client cert auth (#18141)Matt Martz2017-04-071-0/+8
| | | | | | | | | | | | | | | | | | | | | | * Build HTTPSClientAuthHandler more similarly to how HTTPSHandler works * Add docs for new client cert authentication * Support older versions of python * Simplify logic * Initial support for client certs in urls.py * Add an extra test * Add a get_url test for client cert auth * Add additional test for client cert auth, with validation and ssl mismatch * Skip assert when http tester not available * Update version_added for new options
* Fix and enable more tests for osx and freebsd. (#20482)Matt Clay2017-01-201-1/+1
| | | | | | | | | | | * Fix `iterators` test for osx. * Enable `git` test for osx. * Enable `get_url` test for osx and freebsd. * Remove unused SNI_URI from uri test. * Use ansible hosted SNI host oustside docker. * Enable `uri` test for osx and freebsd. * Enable `gathering_facts` test for osx. * Skip single task on osx until test is fixed.
* Migrate Linux CI roles to test targets. (#17997)Matt Clay2016-10-133-0/+50