summaryrefslogtreecommitdiff
path: root/test/integration/Makefile
diff options
context:
space:
mode:
authorMichael Gruener <michael.gruener@bedag.ch>2016-03-23 21:41:50 +0100
committerMichael Gruener <michael.gruener@bedag.ch>2016-03-25 21:22:29 +0100
commit94806e1953c6a6ecfd059466a275dcede72d887b (patch)
treea9e6d3680bba682c9dca0a08aa3616c1fe8d15bc /test/integration/Makefile
parent81d9066ee1e6070b4bb0d2ab74773f2e810e1bc5 (diff)
downloadansible-94806e1953c6a6ecfd059466a275dcede72d887b.tar.gz
Add integration tests for the cloudflare_dns module
Diffstat (limited to 'test/integration/Makefile')
-rw-r--r--test/integration/Makefile5
1 files changed, 5 insertions, 0 deletions
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: