-
Notifications
You must be signed in to change notification settings - Fork 756
Remove ansible-test sanity from local module development #2034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@mattclay - this came up in matrix. Wanted to verify with you that ansible-test sanity isn't meant for local modules.. ...or if it is... got any idea how to make it work, cuz the current docs don't work :-) |
|
The only use cases supported by ansible-test are working on ansible-core and collections. It it does not support standalone roles or other project structures. |
Backport to stable-2.15: 💚 backport PR created✅ Backport PR branch: Backported as #2056 🤖 @patchback |
* Remove ansible-test sanity from local module development * Update docs/docsite/rst/dev_guide/developing_modules_general.rst (cherry picked from commit ef72400)
Backport to stable-2.16: 💚 backport PR created✅ Backport PR branch: Backported as #2057 🤖 @patchback |
* Remove ansible-test sanity from local module development * Update docs/docsite/rst/dev_guide/developing_modules_general.rst (cherry picked from commit ef72400)
Backport to stable-2.17: 💚 backport PR created✅ Backport PR branch: Backported as #2060 🤖 @patchback |
* Remove ansible-test sanity from local module development * Update docs/docsite/rst/dev_guide/developing_modules_general.rst (cherry picked from commit ef72400)
Backport to stable-2.18: 💚 backport PR created✅ Backport PR branch: Backported as #2061 🤖 @patchback |
* Remove ansible-test sanity from local module development * Update docs/docsite/rst/dev_guide/developing_modules_general.rst (cherry picked from commit ef72400)
* Remove ansible-test sanity from local module development * Update docs/docsite/rst/dev_guide/developing_modules_general.rst (cherry picked from commit ef72400) Co-authored-by: Sandra McCann <[email protected]>
* Remove ansible-test sanity from local module development * Update docs/docsite/rst/dev_guide/developing_modules_general.rst (cherry picked from commit ef72400) Co-authored-by: Sandra McCann <[email protected]>
* Remove ansible-test sanity from local module development * Update docs/docsite/rst/dev_guide/developing_modules_general.rst (cherry picked from commit ef72400) Co-authored-by: Sandra McCann <[email protected]>
* Remove ansible-test sanity from local module development * Update docs/docsite/rst/dev_guide/developing_modules_general.rst (cherry picked from commit ef72400) Co-authored-by: Sandra McCann <[email protected]>
* Remove ansible-test sanity from local module development * Update docs/docsite/rst/dev_guide/developing_modules_general.rst
Rumor has it this test doesn't apply to local modules (those not in core or in a collection).
Fixed a couple of other nits as well.