ansible/test
Nilashish Chakraborty 9d6b0f2b03
Support removed_at_date in ansible-doc (#70002)
* Support removed_at_date in ansible-doc

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>

Changes:
  * ansible-doc does not support `removed_at_date` and assumes that
    deprecated dict will either have `removed_in` or `version`. This
    results in ansible-doc (and hence "sanity --test=ansible-doc")
    failing for modules having only `removed_at_date`.

  * This patch adds support for `removed_at_date` and also gives it
    precedence over `removed_in` or `version`.

* Add tests and changelog

Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2020-06-11 13:18:18 -04:00
..
ansible_test
integration Support removed_at_date in ansible-doc (#70002) 2020-06-11 13:18:18 -04:00
lib/ansible_test ansible-test: vcenter initialize group/vmware (#70011) 2020-06-11 12:21:44 -04:00
sanity Intercept code-smell tests using subprocess. 2020-06-10 16:07:47 -07:00
support Deprecation revisited (#69926) 2020-06-09 15:21:19 -07:00
units galaxy - preserve symlinks on build/install (#69959) 2020-06-11 06:46:42 +10:00
utils/shippable ansible-test - fix up relative util import for powershell validate-modules (#69753) 2020-05-29 14:31:59 +10:00