ansible/test
Matt Davis 4d3a6123d5
Python interpreter discovery (#50163)
* Python interpreter discovery

* No longer blindly default to only `/usr/bin/python`
* `ansible_python_interpreter` defaults to `auto_legacy`, which will discover the platform Python interpreter on some platforms (but still favor `/usr/bin/python` if present for backward compatibility). Use `auto` to always use the discovered interpreter, append `_silent` to either value to suppress warnings.
* includes new doc utility method `get_versioned_doclink` to generate a major.minor versioned doclink against docs.ansible.com (or some other config-overridden URL)

* docs revisions for python interpreter discovery

(cherry picked from commit 5b53c0012ab7212304c28fdd24cb33fd8ff755c2)

* verify output on some distros, cleanup
2019-02-27 23:52:02 -08:00
..
cache
env Add env command to ansible-test and run in CI. (#50176) 2018-12-20 22:08:57 -08:00
integration Python interpreter discovery (#50163) 2019-02-27 23:52:02 -08:00
legacy tests: cloudscale_server: convert legacy to target tests (#52576) 2019-02-20 16:15:40 +01:00
results
runner Run network tests when paramiko plugin changes. 2019-02-26 20:47:17 -08:00
sanity Don't document a type for an argument which uses a callable (#53008) 2019-02-26 12:12:41 -08:00
units Python interpreter discovery (#50163) 2019-02-27 23:52:02 -08:00
utils Ignore errors during container cleanup in CI. 2019-02-21 21:20:48 -08:00