ansible/test/units/modules/network
Tim Rupp ecee475a3a This patch fixes a number of outstanding bugs and code convention problems. (#31618)
* documentation was not inline with other Ansible modules
* Python 3 specific imports were missing
* monitor_type is no longer required when creating a new pool; it is now the default.
* A new monitor_type choice of "single" was added for a more intuitive way to specify "a single monitor". It uses "and_list" underneath, but provides additional checks to ensure that you are specifying only a single monitor.
* host and port arguments have been deprecated for now. Please use bigip_pool_member instead.
* 'partition' field was missing from documentation.
* A note that "python 2.7 or greater is required" has been added for those who were not aware that this applies for ALL F5 modules.
* Unit tests were fixed to support the above module
2017-10-13 09:47:49 -07:00
..
aireos Adding aireos_config module (#27408) 2017-07-29 00:36:04 +05:30
aruba Adding aruba_config module (#27130) 2017-08-01 11:44:26 -06:00
basics
cloudvision Add module cv_server_provision for integration with Arista CloudVision Portal. (#25450) 2017-08-02 15:24:52 +01:00
cumulus Remove wildcard import in test_nclu 2017-10-09 21:41:02 -07:00
eos Fixes #30281 eos_banner integration test failure (#30283) 2017-09-14 13:56:32 +05:30
f5 This patch fixes a number of outstanding bugs and code convention problems. (#31618) 2017-10-13 09:47:49 -07:00
ios IOS Ping: Add new module to support ping tests from IOS devices (#28557) 2017-08-29 11:21:49 -04:00
iosxr Change network *_user modules to use configured_password to set a users password (#28187) 2017-08-17 19:06:44 +05:30
junos Fix rollback in junos_config (#31424) 2017-10-11 10:25:56 +05:30
netscaler Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
nuage Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
nxos - Fix to return error message back to the module. (#31035) 2017-09-29 17:06:30 +05:30
ovs
radware Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
vyos Change network *_user modules to use configured_password to set a users password (#28187) 2017-08-17 19:06:44 +05:30
__init__.py