ansible/test/units/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
..
fixtures ios_logging: Fix some smaller issues, add unit test (#32321) 2017-10-31 09:25:07 +05:30
__init__.py
ios_module.py Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
test_ios_banner.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_ios_command.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
test_ios_config.py adds more intelligent save logic and diff to network config modules (#26565) 2017-07-11 20:34:20 -04:00
test_ios_logging.py ios_logging: Fix some smaller issues, add unit test (#32321) 2017-10-31 09:25:07 +05:30
test_ios_ping.py IOS Ping: Add new module to support ping tests from IOS devices (#28557) 2017-08-29 11:21:49 -04:00
test_ios_system.py ios_system: Fix typo in unit test (#32284) 2017-10-29 09:45:13 +05:30
test_ios_user.py Change network *_user modules to use configured_password to set a users password (#28187) 2017-08-17 19:06:44 +05:30
test_ios_vrf.py configures address-families when vrf is created (#28615) 2017-08-25 07:51:20 -04:00