mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-19 16:03:14 +00:00
* Adding module to manage ethernet network on HPE OneView * Adding unit tests to EthernetNetwork module * Added OneViewModuleException custom exceptions to module - Removed exception imports from hpOneView - Updated unit tests * Fixing mock import inside ethernet network module unit test * Fixing issues found in METADATA by CI * Updated paths to use solution name instead of vendor name * Fixed documentation, removed redundant if and improved readability * Updated _bulk_present to use and return `result`, same way as _present * Changed __ to _ in private methods following ansible style * Fixed some example inconsistencies and turned states doc into a list * Added adriane-cardozo to list of maintainers |
||
|---|---|---|
| .. | ||
| hpe_test_utils.py | ||
| oneview_module_loader.py | ||
| test_oneview_ethernet_network.py | ||
| test_oneview_fc_network.py | ||
| test_oneview_fcoe_network.py | ||