community.general/lib/ansible/modules/network/ios
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
..
__init__.py
ios_banner.py Tested against IOS version (#28559) 2017-08-23 21:03:09 +05:30
ios_command.py Tested against IOS version (#28559) 2017-08-23 21:03:09 +05:30
ios_config.py Tested against IOS version (#28559) 2017-08-23 21:03:09 +05:30
ios_facts.py Fixes #20443 - Adjust version checking regex to account fo no comma in IOS-XE (#29157) 2017-09-11 07:08:12 -07:00
ios_interface.py Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
ios_logging.py ios_logging: Fix some smaller issues, add unit test (#32321) 2017-10-31 09:25:07 +05:30
ios_ping.py IOS Ping: Add new module to support ping tests from IOS devices (#28557) 2017-08-29 11:21:49 -04:00
ios_static_route.py Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
ios_system.py Handle ip name-server lines containing multiple nameservers (#32235) 2017-10-27 10:55:52 +02:00
ios_user.py Tested against IOS version (#28559) 2017-08-23 21:03:09 +05:30
ios_vrf.py Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00