From 3edac76e1b932b05acfca5961eea95323c0e8c8b Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Thu, 16 Jul 2015 03:54:12 +0200 Subject: tests: check that handlers are able to use 'include' --- test/integration/targets/handlers/runme.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/integration/targets/handlers/runme.sh') diff --git a/test/integration/targets/handlers/runme.sh b/test/integration/targets/handlers/runme.sh index 48dfd8368b..b1af33b335 100755 --- a/test/integration/targets/handlers/runme.sh +++ b/test/integration/targets/handlers/runme.sh @@ -34,3 +34,9 @@ ansible-playbook test_handlers.yml -i inventory.handlers -v "$@" --tags scenario # Forcing false in play, which overrides command line [ "$(ansible-playbook test_force_handlers.yml -i inventory.handlers -v "$@" --tags force_false_in_play --force-handlers \ | egrep -o CALLED_HANDLER_. | sort | uniq | xargs)" = "CALLED_HANDLER_B" ] + +[ "$(ansible-playbook test_handlers_include.yml -i ../../inventory -v "$@" --tags playbook_include_handlers \ +| egrep -o 'RUNNING HANDLER \[.*?]')" = "RUNNING HANDLER [test handler]" ] + +[ "$(ansible-playbook test_handlers_include.yml -i ../../inventory -v "$@" --tags role_include_handlers \ +| egrep -o 'RUNNING HANDLER \[test_handlers_include : .*?]')" = "RUNNING HANDLER [test_handlers_include : test handler]" ] -- cgit v1.2.3