e1b9bed57d
* [stable-2.9] Fix various import sanity test issues. - Relative imports are now properly recognized. - Correct script invocation of Ansible modules is used. - Warnings are now consistently reported as errors. - Errors are now consistently reported with the file tested. Resolves https://github.com/ansible/ansible/issues/62723 Resolves https://github.com/ansible/ansible/issues/61884 (cherry picked from commit92ccdeac31
) Co-authored-by: Matt Clay <matt@mystile.com> * Changelog entry for ansible-test sanity fixes. (cherry picked from commit0923ed56c7
)
5 lines
358 B
YAML
5 lines
358 B
YAML
bugfixes:
|
|
- ansible-test import sanity test now properly handles relative imports.
|
|
- ansible-test import sanity test now properly invokes Ansible modules as scripts.
|
|
- ansible-test import sanity test now consistently reports warnings as errors.
|
|
- ansible-test import sanity test now consistently reports errors against the file being tested.
|