Add integration tests for the rax module

This commit is contained in:
Matt Martz
2015-01-09 14:50:23 -06:00
parent 1544dde932
commit f5d2f8e382
6 changed files with 894 additions and 6 deletions

View File

@@ -94,8 +94,7 @@ gce_cleanup:
python cleanup_gce.py -y --match="^$(CLOUD_RESOURCE_PREFIX)"
rackspace_cleanup:
@echo "FIXME - cleanup_rax.py not yet implemented"
@# python cleanup_rax.py -y --match="^$(CLOUD_RESOURCE_PREFIX)"
python cleanup_rax.py -y --match="^$(CLOUD_RESOURCE_PREFIX)"
$(CREDENTIALS_FILE):
@echo "No credentials file found. A file named '$(CREDENTIALS_FILE)' is needed to provide credentials needed to run cloud tests. See sample 'credentials.template' file."