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
We are running sanity tests across every collection included in the Ansible community package (as part of this issue) and found that ansible-test sanity --docker against cisco.ios 3.0.0 fails with ansible-core 2.13.0rc1 in ansible 6.0.0a2.
ISSUE TYPE
Bug Report
COMPONENT NAME
n/a
ANSIBLE VERSION
ansible [core 2.13.0rc1]
COLLECTION VERSION
3.0.0
STEPS TO REPRODUCE
ansible-test sanity --docker
EXPECTED RESULTS
Tests are either passing or ignored.
ACTUAL RESULTS
ERROR: Found 41 action-plugin-docs issue(s) which need to be resolved:
ERROR: plugins/action/acl_interfaces.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/acls.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/banner.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/bgp.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/bgp_address_family.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/bgp_global.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/command.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/config.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/facts.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/hostname.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/interface.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/interfaces.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/l2_interface.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/l2_interfaces.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/l3_interface.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/l3_interfaces.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/lacp.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/lacp_interfaces.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/lag_interfaces.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/linkagg.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/lldp.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/lldp_global.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/lldp_interfaces.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/logging.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/logging_global.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/ntp.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/ntp_global.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/ospf_interfaces.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/ospfv2.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/ospfv3.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/ping.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/prefix_lists.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/route_maps.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/snmp_server.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/static_route.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/static_routes.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/system.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/user.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/vlan.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/vlans.py:0:0: action plugin has no matching module to provide documentation
ERROR: plugins/action/vrf.py:0:0: action plugin has no matching module to provide documentation
ERROR: The 1 sanity test(s) listed below (out of 43) failed. See error output above for details.
action-plugin-docs
ERROR: Command "podman exec ansible-test-controller-uAWl1Ww8 /usr/bin/env ANSIBLE_TEST_CONTENT_ROOT=/root/ansible_collections/cisco/ios LC_ALL=en_US.UTF-8 /usr/bin/python3.10 /root/ansible/bin/ansible-test sanity --containers '{}' --skip-test pylint --metadata tests/output/.tmp/metadata-6nxifdx0.json --truncate 0 --color no --host-path tests/output/.tmp/host-wjnuobvy" returned exit status 1.
The text was updated successfully, but these errors were encountered:
@Qalthos@KB-perByte We're sorry, this looks like a false positive from our side. You can close this issue. If you're interested in what went wrong, see here for more information.
SUMMARY
We are running sanity tests across every collection included in the Ansible community package (as part of this issue) and found that
ansible-test sanity --docker
against cisco.ios 3.0.0 fails with ansible-core 2.13.0rc1 in ansible 6.0.0a2.ISSUE TYPE
COMPONENT NAME
n/a
ANSIBLE VERSION
COLLECTION VERSION
STEPS TO REPRODUCE
ansible-test sanity --docker
EXPECTED RESULTS
Tests are either passing or ignored.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: