You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/handlers
Sloane Hertel ec1287ca7e
Fix notifying handlers by using an exact match (#55624)
* Fix notifying handlers by using an exact match rather than a string subset if listen is text rather than a list

* Enforce better type checking for listeners

* Share code for validating handler listeners

* Add test for handlers without names

* Add test for templating in handlers

* Add test for include_role

* Add a couple notes about 'listen' for handlers

* changelog

* Add a test for handlers without names

* Test templating in handlers

* changelog

* Add some tests for include_role

* Add a couple notes about 'listen' for handlers

* make more sense

* move local function into a class method
5 years ago
..
roles Fix notifying handlers by using an exact match (#55624) 5 years ago
aliases Update Shippable integration test groups. (#43118) 6 years ago
from_handlers.yml Fix integration test inventory. 6 years ago
handlers.yml tests: check that handlers are able to use 'include' 8 years ago
inventory.handlers Fix integration test inventory. 6 years ago
runme.sh Fix notifying handlers by using an exact match (#55624) 5 years ago
test_force_handlers.yml Fix integration test inventory. 6 years ago
test_handlers.yml Fix integration test inventory. 6 years ago
test_handlers_any_errors_fatal.yml Fix integration test inventory. 6 years ago
test_handlers_include.yml tests: check that handlers are able to use 'include' 8 years ago
test_handlers_include_role.yml include_role handlers bug fix (#26335) 7 years ago
test_handlers_including_task.yml Fix exception when including tasks from handlers (#47307) 6 years ago
test_handlers_inexistent_notify.yml Fix integration test inventory. 6 years ago
test_handlers_listen.yml Fix notifying handlers by using an exact match (#55624) 5 years ago
test_handlers_template_run_once.yml Template run_once for handlers (#54030) 6 years ago
test_listening_handlers.yml Fix integration test inventory. 6 years ago
test_templating_in_handlers.yml Fix notifying handlers by using an exact match (#55624) 5 years ago