ansible/test/runner/lib
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
..
cloud vcenter: disable ConfigParser interpolation (#59851) 2019-07-31 09:53:11 -07:00
integration Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
provider Update ansible-test to properly skip unit tests. 2019-07-31 00:27:07 -07:00
sanity Improve checking for unusable sanity test ignores. (#59833) 2019-07-30 18:58:37 -07:00
__init__.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
ansible_util.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
cache.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
changes.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
classification.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
cli.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
config.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
constants.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
core_ci.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
cover.py Fix incorrect collections coverage warning. 2019-07-23 22:06:17 -07:00
coverage_util.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
csharp_import_analysis.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
data.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
delegation.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
diff.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
docker_util.py podman-docker docker compat for ansible-test (#59539) 2019-07-29 17:34:45 -04:00
env.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
executor.py Run pytest with dedicated pytest.ini. (#59842) 2019-07-31 00:28:39 -07:00
git.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
http.py Clean up pylint issues in test infra. 2019-07-15 14:45:30 -07:00
import_analysis.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
init.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
manage_ci.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
metadata.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
payload.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
powershell_import_analysis.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
target.py Fix ansible-test encoding issues. 2019-07-25 23:29:42 -07:00
test.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
thread.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
types.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
util.py Add paths_to_dirs function to ansible-test. 2019-07-30 10:46:39 -07:00
util_common.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00