summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorjustin-hopper <justin.hopper@hp.com>2013-03-24 22:57:16 -0700
committerSteve Leon <steve.leon@hp.com>2013-05-09 09:26:06 -0700
commitb3c32e3f8781828667d490720c26aeb819451ae6 (patch)
treec71bbb63ec5694784b2b53e91406a80ad70ea040 /run_tests.py
parent770c0fd83b19ef2b55a032f750f9e22b9c4c5ea1 (diff)
downloadtrove-b3c32e3f8781828667d490720c26aeb819451ae6.tar.gz
Controller and API changes for backups.
-API controller for backups -adding swift url to the config -Fixing failing tests -Renaming 'instance' param. Checking for NotFound models so that the returned error is friendly -adding feature to list all backups from a specific instance -Adding checks for creating/deleting/restoring backups when it is not completed -Adding unit tests for backup controller -adding check to see if file is in swift -Adding skeleton code for delete backup in the task manager -Fixed backups API to pass in the backup_id during create_backup. -adding int tests for backup controller -Adding backup list and delete int tests -Adding list backups for instance test -Adding quota for create backup BP: https://blueprints.launchpad.net/reddwarf/+spec/consistent-snapshots Change-Id: I35c2fefcce4b3009e76ba7232c52dabf502a3ac0
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index fd971e0c..73d77c0e 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -123,6 +123,7 @@ if __name__ == "__main__":
test_config_file = parse_args_for_test_config()
CONFIG.load_from_file(test_config_file)
+ from reddwarf.tests.api import backups
from reddwarf.tests.api import header
from reddwarf.tests.api import limits
from reddwarf.tests.api import flavors