You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Note: This issue was filed in a semi-automated fashion on behalf of the Ansible Community Steering Committee. Let me know if you see errors in this issue.)
As per the Ansible community package inclusion requirements, collections must pass ansible-test sanity tests. Version 22.12.0 of netapp.ontap, corresponding to the 22.12.0 tag in this repo, fails one or more of the required sanity tests.
Please see the errors below and address them. If these issues aren't addressed within a reasonable time period, the collection may be subject to removal from Ansible.
Please fix the issues identified below and then create a new Galaxy release so the fixes are caught in the next round of automated testing.
Thank you for your efforts and for being part of the Ansible package! We appreciate it.
Sanity tests
The following tests were run using ansible-test version 2.17.4:
ansible-doc
compile
validate-modules
yamllint
Note that this is only a subset of the required sanity tests. Please make sure you run them in all in your CI.
Results
💡 NOTE:
Check the [explain] links below for more information about each test and how to fix failures.
See Sanity Tests: Ignores in the dev guide if, after reading the test-specific documentation, you still believe an error is a false positive.
The test ansible-test sanity --test validate-modules [explain] failed with 4 errors:
plugins/modules/na_ontap_autosupport_invoke.py:0:0: invalid-argument-name: Argument alias 'message' in argument_spec must not be one of message,syslog_facility as it is used internally by Ansible Core Engine
plugins/modules/na_ontap_login_messages.py:0:0: invalid-argument-name: Argument alias 'message' in argument_spec must not be one of message,syslog_facility as it is used internally by Ansible Core Engine
plugins/modules/na_ontap_motd.py:0:0: invalid-argument-name: Argument alias 'message' in argument_spec must not be one of message,syslog_facility as it is used internally by Ansible Core Engine
plugins/modules/na_ontap_nfs.py:0:0: parameter-invalid: Argument 'nfsv4.1' in argument_spec is not a valid python identifier
The text was updated successfully, but these errors were encountered:
(Note: This issue was filed in a semi-automated fashion on behalf of the Ansible Community Steering Committee. Let me know if you see errors in this issue.)
As per the Ansible community package inclusion requirements, collections must pass
ansible-test sanity
tests. Version22.12.0
ofnetapp.ontap
, corresponding to the22.12.0
tag in this repo, fails one or more of the required sanity tests.Please see the errors below and address them. If these issues aren't addressed within a reasonable time period, the collection may be subject to removal from Ansible.
Please fix the issues identified below and then create a new Galaxy release so the fixes are caught in the next round of automated testing.
Thank you for your efforts and for being part of the Ansible package! We appreciate it.
Sanity tests
The following tests were run using
ansible-test
version2.17.4
:Note that this is only a subset of the required sanity tests. Please make sure you run them in all in your CI.
Results
The test
ansible-test sanity --test validate-modules
[explain] failed with 4 errors:The text was updated successfully, but these errors were encountered: