ansible/test/lib/ansible_test/_internal/cloud
Matt Clay 73fadc5e97
Clean up code in ansible-test. (#73379)
* Relocate code to fix type dependencies.

* Fix missing and unused imports.

* Fix type hints.

* Suppress PyCharm false positives.

* Avoid shadowing `file` built-in.

* Use json.JSONEncoder directly instead of super().

This matches the recommended usage and avoids a PyCharm warning.

* Remove redundant regex escape.

* Remove redundant find_python call.

* Use tarfile.open directly.

* Add changelog fragment.
2021-01-26 14:02:08 -08:00
..
__init__.py
acme.py Fix container discovery for the acme test plugin. 2020-11-09 14:11:12 -08:00
aws.py Clean up code in ansible-test. (#73379) 2021-01-26 14:02:08 -08:00
azure.py Cleanup provisioning code in ansible-test. (#73207) 2021-01-12 16:18:28 -08:00
cloudscale.py
cs.py Fix ansible-test handling of user-defined docker networks. (#72256) 2020-10-22 18:45:03 -07:00
foreman.py Fix ansible-test handling of user-defined docker networks. (#72256) 2020-10-22 18:45:03 -07:00
galaxy.py ansible-galaxy - source deps from all servers and not just parent (#72576) 2020-11-20 04:54:40 +10:00
gcp.py
hcloud.py Cleanup provisioning code in ansible-test. (#73207) 2021-01-12 16:18:28 -08:00
nios.py Fix ansible-test handling of user-defined docker networks. (#72256) 2020-10-22 18:45:03 -07:00
opennebula.py
openshift.py Fix ansible-test handling of user-defined docker networks. (#72256) 2020-10-22 18:45:03 -07:00
scaleway.py
vcenter.py Fix ansible-test handling of user-defined docker networks. (#72256) 2020-10-22 18:45:03 -07:00
vultr.py