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
Matt Clay 064e8e1ef4
Fix ansible-doc traceback and sanity test. (#62040)
* Fix ansible-doc traceback for removed modules.

This avoids tracebacks with errors like the following when a module has been removed:

module module_name missing documentation (or could not parse documentation): 'NoneType' object does not support item assignment

* Fix ansible-doc sanity test warning handling.

Warnings about removed modules/plugins on stderr are now properly ignored.

Previously an ansible-doc error could result in unrelated errors going undetected because tests were stopped early and the underlying error was ignored.
6 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration fix ci (#57216) 6 years ago
legacy Rename Azure modules: facts -> info (#61505) 6 years ago
lib/ansible_test Fix ansible-doc traceback and sanity test. (#62040) 6 years ago
sanity Fix ansible-doc traceback and sanity test. (#62040) 6 years ago
units Allow the use of _paramiko_conn even if the connection hasn't been started. (#61570) 6 years ago
utils Revert "shippable: temporary bump the timeout for Azure jobs" 6 years ago