ansible/test/units
Toshio Kuratomi be4e7a05fa remove_values could hit the recursion limit
When operating on arbitrary return data from modules, it is possible to
hit the recursion limit when cleaning out no_log values from the data.
To fix this, we have to switch from recursion to iteration.

Unittest for remove_values recursion limit

Fixes #24560
2017-06-06 07:15:39 -07:00
..
cli test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
contrib test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
errors test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
executor test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
inventory test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
inventory_test_data/group_vars
mock test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
module_utils remove_values could hit the recursion limit 2017-06-06 07:15:39 -07:00
modules Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
parsing test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
playbook test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
plugins Add support for cliconf and netconf plugin (#25093) 2017-06-06 13:56:25 +05:30
template test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
utils test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
vars test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
__init__.py
conftest.py Fix bugs in ansible-test units command. (#24044) 2017-04-27 11:21:11 +08:00
test_constants.py test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00