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
2019-07-31 09:53:11 -07:00
..
completion Move integration tests to using RHEL 8.0 GA (#57772) 2019-07-09 17:45:06 -04:00
injector Minor ansible-test code cleanup. (#59052) 2019-07-12 21:58:19 -07:00
lib vcenter: disable ConfigParser interpolation (#59851) 2019-07-31 09:53:11 -07:00
requirements Add hcloud_network module (#59366) 2019-07-30 14:00:33 +02:00
setup Move integration tests to using RHEL 8.0 GA (#57772) 2019-07-09 17:45:06 -04:00
units Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
ansible-test Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
Makefile Convert ansible-test compile into a sanity test. 2018-01-25 09:45:36 -08:00
pytest.ini Run pytest with dedicated pytest.ini. (#59842) 2019-07-31 00:28:39 -07:00
retry.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
shippable.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
tox.ini Support passing CFLAGS and LDFLAGS. 2019-06-05 15:20:47 -07:00
versions.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
yamlcheck.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00