diff options
author | René Moser <mail@renemoser.net> | 2017-05-09 05:32:11 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2017-05-09 11:32:11 +0800 |
commit | aaf4f04574bbf1faec7b52cb5fd425ceb6fa0972 (patch) | |
tree | e1e1fd691004423ca55c990c13cb51dd7eba828b /test/integration/Makefile | |
parent | b58cf0d23abd5ac6fffdfc78eb67b1b1bb11f631 (diff) | |
download | ansible-aaf4f04574bbf1faec7b52cb5fd425ceb6fa0972.tar.gz |
automated integration tests for cloudstack (#20552)
Diffstat (limited to 'test/integration/Makefile')
-rw-r--r-- | test/integration/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/integration/Makefile b/test/integration/Makefile index 2fe5aec1f1..aa9d72b516 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -242,11 +242,6 @@ rackspace: $(CREDENTIALS_FILE) CLOUD_RESOURCE_PREFIX="$(CLOUD_RESOURCE_PREFIX)" make rackspace_cleanup ; \ exit $$RC; -cloudstack: - ansible-playbook cloudstack.yml -i $(INVENTORY) -e @$(VARS_FILE) -e "resource_prefix=$(CLOUD_RESOURCE_PREFIX)" -v $(TEST_FLAGS) ; \ - RC=$$? ; \ - exit $$RC; - exoscale: ansible-playbook exoscale.yml -i $(INVENTORY) -e @$(VARS_FILE) -v $(TEST_FLAGS) ; \ RC=$$? ; \ |