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/roles
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
..
test_force_handlers
test_handlers
test_handlers_include
test_handlers_include_role include_role handlers bug fix (#26335) 7 years ago
test_handlers_listen tests: add handler listen test cases 8 years ago
test_handlers_meta added handlers_from (#49220) 6 years ago
test_templating_in_handlers Fix notifying handlers by using an exact match (#55624) 5 years ago