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
Gonéri Le Bouder 3ea8e0a144 VMware: not ssl.SSLContext if validate_certs false (#57185)
Python < 2.7.9 does not have the ssl.SSLContext attribute.
ssl.SSLContext is only required when we want to validate the SSL
connection. If `validate_certs` is false, we don't initialize the
`ssl_context` variable.

Add unit-test coverage and a little refactoring:

- avoid the use of `mocker`, when we can push `monkeypatch` which is
  `pytest`'s default.
- use `mock.Mocker()` when possible

closes: #57072
6 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration VMware: Add new module VMware vSAN health infos (#58636) 6 years ago
legacy Rename Azure modules: facts -> info (#61505) 6 years ago
lib/ansible_test ansible-test: vcenter+Worldstream: hide password 6 years ago
sanity Fix behaviour of module_utils/ec2 compare_policies when dealing with bare bools and ints. (#61115) 6 years ago
units VMware: not ssl.SSLContext if validate_certs false (#57185) 6 years ago
utils Increase unit test timeout to account for long image download times (#61717) 6 years ago