From b3c32e3f8781828667d490720c26aeb819451ae6 Mon Sep 17 00:00:00 2001 From: justin-hopper Date: Sun, 24 Mar 2013 22:57:16 -0700 Subject: 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 --- run_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_tests.py') 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 -- cgit v1.2.1