mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
Automation Hub, and possibly Galaxy in the future, require the collection to be screened with `ansible-test sanity` among other checks. The role had a number of issues: * Use `AssertionError` instead of `assert` * Use of `logging` module not in accordance with standards, but these are ok and the errors were suppressed * Several import errors which are ok because they are checked elsewhere * __init__.py in the module_utils directories must be empty, so a new file myerror.py was added to move the code from __init__.py * NOTE: network_lsr/nm/__init__.py is not empty * The documentation block in the module was not properly constructed or formatted. * shellcheck issues, including removing unused files * use `unused` instead of `_` (underscore) for variables that are unused add WARNING to module docs - collection users should not use directly Signed-off-by: Rich Megginson <rmeggins@redhat.com> |
||
|---|---|---|
| .. | ||
| files | ||
| integration | ||
| playbooks | ||
| roles/linux-system-roles.network | ||
| tasks | ||
| unit | ||
| .gitignore | ||
| covstats | ||
| ensure_provider_tests.py | ||
| get_coverage.sh | ||
| get_coverage.yml | ||
| get_total_coverage.sh | ||
| merge_coverage.sh | ||
| module_utils | ||
| modules | ||
| tests_802_1x_nm.yml | ||
| tests_802_1x_updated_nm.yml | ||
| tests_bond_deprecated_initscripts.yml | ||
| tests_bond_deprecated_nm.yml | ||
| tests_bond_initscripts.yml | ||
| tests_bond_nm.yml | ||
| tests_bridge_initscripts.yml | ||
| tests_bridge_nm.yml | ||
| tests_default.yml | ||
| tests_default_initscripts.yml | ||
| tests_default_nm.yml | ||
| tests_dummy_nm.yml | ||
| tests_eth_dns_support_nm.yml | ||
| tests_ethernet_initscripts.yml | ||
| tests_ethernet_nm.yml | ||
| tests_ethtool_coalesce_nm.yml | ||
| tests_ethtool_features_initscripts.yml | ||
| tests_ethtool_features_nm.yml | ||
| tests_helpers_and_asserts.yml | ||
| tests_integration_pytest.yml | ||
| tests_ipv6_disabled_nm.yml | ||
| tests_ipv6_initscripts.yml | ||
| tests_ipv6_nm.yml | ||
| tests_provider_nm.yml | ||
| tests_reapply_nm.yml | ||
| tests_regression_nm.yml | ||
| tests_states_initscripts.yml | ||
| tests_states_nm.yml | ||
| tests_team_nm.yml | ||
| tests_team_plugin_installation_nm.yml | ||
| tests_unit.yml | ||
| tests_vlan_mtu_initscripts.yml | ||
| tests_vlan_mtu_nm.yml | ||
| tests_wireless_nm.yml | ||
| tests_wireless_plugin_installation_nm.yml | ||