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
ERROR: Found 5 validate-modules issue(s) which need to be resolved: 240ERROR: plugins/modules/discovery.py:0:0: option-equal-up-to-casing: Multiple options/aliases are equal up to casing: option 'snmpROCommunity', option 'snmpRoCommunity' 241ERROR: plugins/modules/discovery.py:0:0: option-equal-up-to-casing: Multiple options/aliases are equal up to casing: option 'snmpROCommunityDesc', option 'snmpRoCommunityDesc' 242ERROR: plugins/modules/discovery.py:0:0: option-equal-up-to-casing: Multiple options/aliases are equal up to casing: option 'snmpRWCommunity', option 'snmpRwCommunity' 243ERROR: plugins/modules/discovery.py:0:0: option-equal-up-to-casing: Multiple options/aliases are equal up to casing: option 'snmpRWCommunityDesc', option 'snmpRwCommunityDesc' 244ERROR: plugins/modules/discovery.py:0:0: option-equal-up-to-casing: Multiple options/aliases are equal up to casing: option 'timeOut', option 'timeout' 245See documentation for help: https://docs.ansible.com/ansible-core/devel/dev_guide/testing/sanity/validate-modules.html
ERROR: plugins/action/event_subscription.py:111:41: used-before-assignment: Using variable 'tmp_result' before assignment 219 Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Please provide an screenshot of the successful API call with cuRL, Postman, etc.
The text was updated successfully, but these errors were encountered:
Prerequisites
Name of the module
plugins/modules/discovery.py
event_subscription.py
Describe the bug
We are getting sanity issues in the following modules.
https://github.com/cisco-en-programmability/catalyst-center-ansible-intg/actions/runs/11568565274/job/32200725747?pr=9
ERROR: Found 5 validate-modules issue(s) which need to be resolved:
240ERROR: plugins/modules/discovery.py:0:0: option-equal-up-to-casing: Multiple options/aliases are equal up to casing: option 'snmpROCommunity', option 'snmpRoCommunity'
241ERROR: plugins/modules/discovery.py:0:0: option-equal-up-to-casing: Multiple options/aliases are equal up to casing: option 'snmpROCommunityDesc', option 'snmpRoCommunityDesc'
242ERROR: plugins/modules/discovery.py:0:0: option-equal-up-to-casing: Multiple options/aliases are equal up to casing: option 'snmpRWCommunity', option 'snmpRwCommunity'
243ERROR: plugins/modules/discovery.py:0:0: option-equal-up-to-casing: Multiple options/aliases are equal up to casing: option 'snmpRWCommunityDesc', option 'snmpRwCommunityDesc'
244ERROR: plugins/modules/discovery.py:0:0: option-equal-up-to-casing: Multiple options/aliases are equal up to casing: option 'timeOut', option 'timeout'
245See documentation for help: https://docs.ansible.com/ansible-core/devel/dev_guide/testing/sanity/validate-modules.html
ERROR: plugins/action/event_subscription.py:111:41: used-before-assignment: Using variable 'tmp_result' before assignment
219
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Please provide an screenshot of the successful API call with cuRL, Postman, etc.
The text was updated successfully, but these errors were encountered: