You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Matt Martz 8bd4e2a144 cert validation fixes - Attempt 2 (#55953)
* Attempt 2 of cert validation fixes

* Remove unused code

* Cleanup the tmp cert using atexit

* Fix linting issues

* Only add SSLValidationHandler when not HAS_SSLCONTEXT

* Catch value errors on non PEM certs

* Only catch NotImplementedError to avoid masking issues

* set self._context even with PyOpenSSLContext for conformity

* Fix error building

* normalize how we interact with the context we create

* Remove unused code

* Address test for py3.7 message difference

* open_url should pass the ca_path through

* Account for new error in url lookup test

* Guard some code behind whether or not we are validating certs

* Make _make_context public

* Move atexit.register up to where the tmp file is created
7 years ago
..
cache Update ansible-test sanity command. (#31958) 8 years ago
env Add `env` command to ansible-test and run in CI. (#50176) 7 years ago
integration cert validation fixes - Attempt 2 (#55953) 7 years ago
legacy Rename one_image_facts -> one_image_info (#57035) 7 years ago
results Collect data from integration test runs. (#28650) 8 years ago
runner Add missing scp dependency for ios_file tests (#56956) 7 years ago
sanity $result.reboot_required = $feature_result.RestartNeeded (#56419) 7 years ago
units cert validation fixes - Attempt 2 (#55953) 7 years ago
utils Add Hetzner Cloud to CI integration tests. 7 years ago