From 94806e1953c6a6ecfd059466a275dcede72d887b Mon Sep 17 00:00:00 2001 From: Michael Gruener Date: Wed, 23 Mar 2016 21:41:50 +0100 Subject: Add integration tests for the cloudflare_dns module --- test/integration/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/integration/Makefile') diff --git a/test/integration/Makefile b/test/integration/Makefile index f12cc03a0f..39f4fd3872 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -227,6 +227,11 @@ cloudstack: RC=$$? ; \ exit $$RC; +cloudflare: $(CREDENTIALS_FILE) + ansible-playbook cloudflare.yml -i $(INVENTORY) -e @$(VARS_FILE) -e @$(CREDENTIALS_FILE) -e "resource_prefix=$(CLOUD_RESOURCE_PREFIX)" -v $(TEST_FLAGS) ; \ + RC=$$? ; \ + exit $$RC; + $(CONSUL_RUNNING): consul: -- cgit v1.2.1