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 c4bb38d2b1 vcenter: disable ConfigParser interpolation (#59851)
Password can come with the '%' character. If we keep ConfigParser
interpolation enabled, it will try to modify the value.
Typical error looks like this one:

```
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: '%Z,sq'
```
See: https://docs.python.org/3/library/configparser.html#interpolation-of-values
6 years ago
..
__init__.py Fix ansible-test cloud testing for collections. 7 years ago
acme.py Add future and metaclass boilerplate to test code. 7 years ago
aws.py Add future and metaclass boilerplate to test code. 7 years ago
azure.py Add future and metaclass boilerplate to test code. 7 years ago
cloudscale.py Add future and metaclass boilerplate to test code. 7 years ago
cs.py Clean up pylint issues in test infra. 7 years ago
foreman.py Add future and metaclass boilerplate to test code. 7 years ago
gcp.py Add future and metaclass boilerplate to test code. 7 years ago
hcloud.py Minor ansible-test code cleanup. (#59052) 7 years ago
nios.py Add future and metaclass boilerplate to test code. 7 years ago
opennebula.py Code cleanup for test infrastructure. (#59046) 7 years ago
openshift.py Add future and metaclass boilerplate to test code. 7 years ago
scaleway.py Add future and metaclass boilerplate to test code. 7 years ago
tower.py Code cleanup for test infrastructure. (#59046) 7 years ago
vcenter.py vcenter: disable ConfigParser interpolation (#59851) 6 years ago
vultr.py Add future and metaclass boilerplate to test code. 7 years ago