mirror of https://github.com/ansible/ansible.git
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.
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 | |
|---|---|---|
| .. | ||
| acme | ||
| aws | ||
| basic | ||
| cloud | ||
| common | ||
| docker | ||
| ec2 | ||
| facts | ||
| gcp | ||
| hwc | ||
| identity/keycloak | ||
| json_utils | ||
| net_tools | ||
| network | ||
| parsing | ||
| postgresql | ||
| remote_management | ||
| urls | ||
| xenserver | ||
| __init__.py | ||
| conftest.py | ||
| test_database.py | ||
| test_distribution_version.py | ||
| test_distro.py | ||
| test_ec2.py | ||
| test_hetzner.py | ||
| test_known_hosts.py | ||
| test_kubevirt.py | ||
| test_netapp.py | ||
| test_text.py | ||
| test_utm_utils.py | ||
| test_vmware.py | ||