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/runner/lib/cloud
Gonéri Le Bouder e9b1e36d76 vcenter provider: avoid a TypeError exception
Avoid `TypeError: option values must be strings` with `ConfigParser`.
Default values must be string, not `None`.

The error happens when `test/integration/cloud-config-vcenter.ini` does
not have the `vmware_proxy_host` or `vmware_proxy_port` keys defined.
5 years ago
..
__init__.py Code cleanup for test infrastructure. (#59046) 5 years ago
acme.py Add future and metaclass boilerplate to test code. 5 years ago
aws.py Add future and metaclass boilerplate to test code. 5 years ago
azure.py Add future and metaclass boilerplate to test code. 5 years ago
cloudscale.py Add future and metaclass boilerplate to test code. 5 years ago
cs.py Clean up pylint issues in test infra. 5 years ago
foreman.py Add future and metaclass boilerplate to test code. 5 years ago
gcp.py Add future and metaclass boilerplate to test code. 5 years ago
hcloud.py Minor ansible-test code cleanup. (#59052) 5 years ago
nios.py Add future and metaclass boilerplate to test code. 5 years ago
opennebula.py Code cleanup for test infrastructure. (#59046) 5 years ago
openshift.py Add future and metaclass boilerplate to test code. 5 years ago
scaleway.py Add future and metaclass boilerplate to test code. 5 years ago
tower.py Code cleanup for test infrastructure. (#59046) 5 years ago
vcenter.py vcenter provider: avoid a TypeError exception 5 years ago
vultr.py Add future and metaclass boilerplate to test code. 5 years ago