sanity ignores for a collection need to go to tests/sanity/ (#62182)

collections use tests/ not test/ as the folder for tests

(cherry picked from commit 740ec90688)
This commit is contained in:
Evgeni Golov 2019-09-12 21:55:19 +02:00 committed by Toshio Kuratomi
parent 2c8b706a0c
commit 6f888687af

View file

@ -42,7 +42,7 @@ Ansible Collections
Since sanity tests change between Ansible releases, a separate ignore file is needed for each Ansible major release.
The filename is ``test/sanity/ignore-X.Y.txt`` where ``X.Y`` is the Ansible release being used to test the collection.
The filename is ``tests/sanity/ignore-X.Y.txt`` where ``X.Y`` is the Ansible release being used to test the collection.
Maintaining a separate file for each Ansible release allows a collection to pass tests for multiple versions of Ansible.