ansible/test/units/playbook
Toshio Kuratomi 69301f2823 make hash_params more robust in the face of many corner cases (#18701)
* make hash_params more robust in the face of many corner cases

Fixes #18680
Alternative fix to #18681

* add test case for role.hash_params

* Add role.hash_params test for more types

A set, a generator/iterable, and a Container that
is not Iterable.

(cherry picked from commit 5f5ea06ca4)
2016-12-05 04:02:21 -08:00
..
role Make sure include_role inherit variables from parent role (#18627) 2016-11-29 11:26:17 -05:00
__init__.py
test_attribute.py
test_block.py
test_play.py Switch tests from sudo to become. (#17694) 2016-09-21 13:58:35 -07:00
test_play_context.py updated pbrun test to match expected output 2016-10-17 14:43:02 -04:00
test_playbook.py
test_role.py make hash_params more robust in the face of many corner cases (#18701) 2016-12-05 04:02:21 -08:00
test_taggable.py
test_task.py