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/sanity
John R Barker a23c95023b
Module deprecation: docs, scheme and tests (#34100)
Enforce module deprecation.
After module has reached the end of it's deprecation cycle we will replace it with a docs stub.

* Replace deprecated modules with docs-only sub
* Use of deprecated past deprecation cycle gives meaningful message (see examples below)
* Enforce documentation.deprecation dict via `schema.py`
* Update `ansible-doc` and web docs to display documentation.deprecation
* Document that structure in `dev_guide`
* Ensure that all modules starting with `_` have a `deprecation:` block
* Ensure `deprecation:` block is only used on modules that start with `_`
* `removed_in` A string which represents when this module needs **deleting**
* CHANGELOG.md and porting_guide_2.5.rst list removed modules as well as alternatives
* CHANGELOG.md links to porting guide index

To ensure that meaningful messages are given to the user if they try to use a module at the end of it's deprecation cycle we enforce the module to contain:
```python
if __name__ == '__main__':
    removed_module()
```
7 years ago
..
ansible-doc Remove remnants of obsolete fireball mode. 8 years ago
code-smell Added code-smell check to verify filenames are allowed with Windows (#35436) 7 years ago
compile Convert ansible-test compile into a sanity test. 7 years ago
import azure_rm_dnsrecordset: fix broken import and minor updates (#34983) 7 years ago
pep8 Test cleanup. 7 years ago
pslint Add pslint sanity test. (#35303) 7 years ago
pylint ACI: Fixing new pylint issue (#34775) 7 years ago
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 8 years ago
shellcheck Test cleanup. 7 years ago
validate-modules Module deprecation: docs, scheme and tests (#34100) 7 years ago
yamllint Add module support to yamllint sanity test. (#34964) 7 years ago
ansible.cfg Fix ansible-test config management. 7 years ago