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/integration/targets/ansible-doc
Paul Belanger 16f0b7461c
Support `removed_at_date` in ansible-doc (#70002) (#70015)
* 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>
(cherry picked from commit 9d6b0f2b03)
Signed-off-by: Paul Belanger <pabelanger@redhat.com>

Co-authored-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
5 years ago
..
library Support `removed_at_date` in ansible-doc (#70002) (#70015) 5 years ago
aliases WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
inventory WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
runme.sh WIP - Fix ansible-doc bugs and add integration tests. (#62461) 5 years ago
test.yml Support `removed_at_date` in ansible-doc (#70002) (#70015) 5 years ago