summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorJoe Cruz <jcruz7@gmail.com>2013-02-05 09:10:53 -0600
committerJoe Cruz <jcruz7@gmail.com>2013-02-05 15:25:10 -0600
commitcd66821e86060ed29970c13f9cbdad422241e179 (patch)
tree9cbf1e78f2f52f32e76d6961e06cbe4a7097df38 /run_tests.py
parentb4b4e8db417ba1bd1ee8c87ac257ad1961318550 (diff)
downloadtrove-cd66821e86060ed29970c13f9cbdad422241e179.tar.gz
Adds reset-task-status mgmt api instance action
When reset-task-status is called the instance's task status is set to NONE. Partially implements: blueprint reset-task-status-mgmt-api Change-Id: I3150b53c3feb586d4bcfa8a2f5807ecd53c89e26
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 2e1e7bba..c5b507e8 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -123,6 +123,7 @@ if __name__=="__main__":
from reddwarf.tests.api.mgmt import accounts
from reddwarf.tests.api.mgmt import admin_required
from reddwarf.tests.api.mgmt import instances
+ from reddwarf.tests.api.mgmt import instances_actions
from reddwarf.tests.api.mgmt import storage
proboscis.TestProgram().run_and_exit()