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
aws.py
azure.py
cloudscale.py
cs.py Clean up pylint issues in test infra. 5 years ago
foreman.py
gcp.py
hcloud.py Minor ansible-test code cleanup. (#59052) 5 years ago
nios.py
opennebula.py Code cleanup for test infrastructure. (#59046) 5 years ago
openshift.py
scaleway.py
tower.py Code cleanup for test infrastructure. (#59046) 5 years ago
vcenter.py vcenter provider: avoid a TypeError exception 5 years ago
vultr.py