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/lib/ansible_test/_internal
Matt Clay 560d3af097
ansible-test - Update http-test-container (#83272)
* Disable cipher suite integration tests

When the client and server both support TLS 1.3, cipher suite selection is effectively a no-op.

Python provides no way to disable TLS 1.3 cipher suites, and no way to prefer user-selected cipher suites.
Since TLS 1.3 includes a mandatory cipher suite, this makes it impossible to induce a cipher suite related error when using TLS 1.3.

* Update multipart form-data integration test

* Fix netrc integration tests

* Update HTTP test host substring

* ansible-test - Update http-test-container
2 years ago
..
ci ansible-test - Use raise from to handle exceptions (#80905) 3 years ago
classification Remove Python 2.x compat from unit tests (#82109) 2 years ago
cli ansible-test - Fix timeout handling (#80764) 3 years ago
commands ansible-test - Update http-test-container (#83272) 2 years ago
compat ansible-test - Improve code formatting (#79983) 3 years ago
dev ansible-test - Improve code formatting (#79983) 3 years ago
provider ansible-test - Update source layout detection (#81418) 2 years ago
__init__.py ansible-test - Avoid using atexit module (#81096) 2 years ago
ansible_util.py clean up ansible-connection (#82992) 2 years ago
become.py ansible-test - Improve code formatting (#79983) 3 years ago
bootstrap.py ansible-test - Handle externally managed Python (#82883) 2 years ago
cache.py ansible-test - Improve code formatting (#79983) 3 years ago
cgroup.py ansible-test - Fix parsing of cgroup entries 2 years ago
completion.py ansible-test - Improve code formatting (#79983) 3 years ago
config.py ansible-test - Clean up old Python 2 compat code (#81962) 2 years ago
connections.py ansible-test - Improve code formatting (#79983) 3 years ago
constants.py clean up ansible-connection (#82992) 2 years ago
containers.py ansible-test - Avoid using atexit module (#81096) 2 years ago
content_config.py ansible-test - Clean up old Python 2 compat code (#81962) 2 years ago
core_ci.py ansible-test - Remove obsolete WinRM setup script (#81249) 2 years ago
coverage_util.py Drop Python 3.7 support (#82982) 2 years ago
data.py ansible-test - Fix traceback when mixing sources (#80801) 3 years ago
delegation.py ansible-test - Always use managed entry points (#81537) 2 years ago
diff.py ansible-test - Use raise from to handle exceptions (#80905) 3 years ago
docker_util.py ansible-test - Update ansible-test-utility-container (#83274) 2 years ago
encoding.py ansible-test - Use more native type hints. (#78435) 3 years ago
executor.py ansible-test - Improve code formatting (#79983) 3 years ago
git.py ansible-test - local change detection without --fork-point (#79734) 3 years ago
host_configs.py ansible-test - Improve code formatting (#79983) 3 years ago
host_profiles.py ansible-test - Handle externally managed Python (#82883) 2 years ago
http.py ansible-test - Use raise from to handle exceptions (#80905) 3 years ago
init.py ansible-test - Code cleanup and refactoring. (#77169) 4 years ago
inventory.py ansible-test - Support RSA SHA-1 for SSH clients. 3 years ago
io.py ansible-test - Improve code formatting (#79983) 3 years ago
junit_xml.py ansible-test - split controller/target testing (#75605) 4 years ago
locale_util.py ansible-test - Improve code formatting (#79983) 3 years ago
metadata.py ansible-test - Update git diff handling (#80202) 3 years ago
payload.py ansible-test - Avoid using atexit module (#81096) 2 years ago
provisioning.py ansible-test - Avoid using atexit module (#81096) 2 years ago
pypi_proxy.py ansible-test - Update pypi-test-container (#83273) 2 years ago
python_requirements.py ansible-test - Remove special cryptography install (#82008) 2 years ago
ssh.py Fix ansible-test issues with detecting docker host and forwarding ports (#81726) 2 years ago
target.py ansible-test - Allow target prefixes to use `_` (#80021) 3 years ago
test.py ansible-test - Fix timeout handling (#80764) 3 years ago
thread.py ansible-test - Improve code formatting (#79983) 3 years ago
timeout.py ansible-test - Fix handling of long timeouts (#80769) 3 years ago
util.py mypy: update code required to bump sanity requirements 2 years ago
util_common.py clean up ansible-connection (#82992) 2 years ago
venv.py ansible-test - Clean up old Python 2 compat code (#81962) 2 years ago