Skip to content
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

Community package requirements: sanity tests #224

Open
gotmax23 opened this issue Sep 20, 2024 · 0 comments
Open

Community package requirements: sanity tests #224

gotmax23 opened this issue Sep 20, 2024 · 0 comments

Comments

@gotmax23
Copy link

(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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant