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
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
..
completion Move integration tests to using RHEL 8.0 GA (#57772) 7 years ago
injector Minor ansible-test code cleanup. (#59052) 6 years ago
lib vcenter: disable ConfigParser interpolation (#59851) 6 years ago
requirements Add hcloud_network module (#59366) 6 years ago
setup Move integration tests to using RHEL 8.0 GA (#57772) 7 years ago
units Add future and metaclass boilerplate to test code. 7 years ago
Makefile Convert ansible-test compile into a sanity test. 8 years ago
ansible-test Add future and metaclass boilerplate to test code. 7 years ago
pytest.ini Run pytest with dedicated pytest.ini. (#59842) 6 years ago
retry.py Add future and metaclass boilerplate to test code. 7 years ago
shippable.py Add future and metaclass boilerplate to test code. 7 years ago
tox.ini Support passing CFLAGS and LDFLAGS. 7 years ago
versions.py Add future and metaclass boilerplate to test code. 7 years ago
yamlcheck.py Add future and metaclass boilerplate to test code. 7 years ago