summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
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()