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
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
..
cli Don't ask for password confirm on 'ansible-vault edit' (#30514) 2017-09-19 17:39:51 -04:00
config additional configmanager tests 2017-10-13 20:25:12 -04:00
contrib
errors
executor better cleanup on task results display (#27175) 2017-10-16 09:44:11 -04:00
inventory_test_data/group_vars
mock Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
module_utils Make ansible_selinux facts a consistent type (#31065) 2017-10-05 09:19:08 -04:00
modules ios_logging: Fix some smaller issues, add unit test (#32321) 2017-10-31 09:25:07 +05:30
parsing Vault secrets script client inc new 'keyring' client (#27669) 2017-10-13 15:23:08 -04:00
playbook
plugins tests for InventoryModule error conditions (#31381) 2017-10-16 18:52:44 -04:00
template
utils
vars Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
__init__.py
ansible.cfg Fix ansible-test config management. 2017-10-04 12:52:36 -07:00
conftest.py
test_constants.py