1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units
Felipe Garcia Bulsoni fb6ed8d76c EthernetNetworkModule for HPE OneView ()
* 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
2017-08-24 17:57:13 +02:00
..
cli prompt for new pass on create/encrypt if none specified () 2017-08-15 13:09:24 -04:00
contrib
errors
executor Ansible Config part2 () 2017-08-15 16:38:59 -04:00
inventory
inventory_test_data/group_vars
mock Support multiple vault passwords () 2017-07-28 15:20:58 -04:00
module_utils AWSRetry: allow retrying on additional ClientError exceptions () 2017-08-22 15:31:20 -04:00
modules EthernetNetworkModule for HPE OneView () 2017-08-24 17:57:13 +02:00
parsing metadata 1.1 2017-08-15 23:12:08 -07:00
playbook Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
plugins Ansible Config part2 () 2017-08-15 16:38:59 -04:00
template template: fix KeyError: 'undefined variable: 0 () 2017-08-09 18:50:53 -04:00
utils
vars
__init__.py
conftest.py
test_constants.py