ansible/test/units/modules/network
Paul Neumann 53fead7c96 ios_logging: Fix some smaller issues, add unit test (#32321)
* ios_logging: Fix typo in documentation

* ios_logging: Fix traceback when setting buffered destination without size

When the size parameter is not configured while configuring the buffered
destination, a traceback occurs due to the fact that validate_size expects the
parameter to be an int. Explicitely converting value to int makes the
check work for every case.

* ios_logging: Update size parameter documentation

Update the documentation of the size paramter to reflect the current behaviour
of setting a default of 4096 for the buffered dest.

* ios_logging: Add unit test

Add unit test for ios_logging testing the behaviour clarified in the previous
commits.

* ios_logging: Fix python 2.6 compliance
2017-10-31 09:25:07 +05:30
..
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 code clean of old code from network modules updates (#21469) 2017-02-15 12:46:30 -05:00
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 Adds bigip_asm_policy module (#32281) 2017-10-27 22:31:52 -07:00
ios ios_logging: Fix some smaller issues, add unit test (#32321) 2017-10-31 09:25:07 +05:30
iosxr - Adds iosxr_netconf module to configure netconf service on IOSXR (#31715) 2017-10-24 08:49:23 +05:30
ironware Network command module for Brocade IronWare routers (#31429) 2017-10-17 13:54:32 +01:00
junos -Fixes JSON parsing(use JSON object instead of string) for facts modules. (#31818) 2017-10-23 17:48:52 +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 Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
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