commit | f8f01c13a202a1b9c91732f30258f61ea9a64137 | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Mon Feb 09 18:34:01 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Mon Feb 09 18:34:01 2015 +0200 |
tree | 267166060d45a8fca02c2438efff6c6c2812e1f5 | |
parent | bb85492a3af3645d3e444709a9f1b31802731e7b [diff] |
test add
diff --git a/web_app/__init__.py b/web_app/__init__.py index fe42ff8..4bd9921 100644 --- a/web_app/__init__.py +++ b/web_app/__init__.py
@@ -152,7 +152,9 @@ tests = json.loads(request.data) if not hasattr(g, "storage"): - g.storage = create_storage("file://" + TEST_PATH + '/' + test_name + ".json", "", "") + path = "file://" + TEST_PATH + '/' + test_name + ".json" + print path + g.storage = create_storage(path, "", "") for test in tests: g.storage.store(test)