summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorPaul Lodronio <paul.lodronio@rackspace.com>2013-05-07 11:15:35 -0500
committerPaul Lodronio <paul.lodronio@rackspace.com>2013-05-08 18:06:20 -0500
commit0ac1ba7e26d2d6394a0e4d96e7104f636eedaa1e (patch)
tree70bb9c85436f35794ba1a7a860918aa0cbd001f5 /run_tests.py
parent08a57d70356c1c173531ff3a5c85f56f4d4bf4ca (diff)
downloadtrove-0ac1ba7e26d2d6394a0e4d96e7104f636eedaa1e.tar.gz
added malformed json tests
these tests are all being skipped because the code being tested is broken bug #1177969 Change-Id: Iaf3c09bfda01b5ad883e9859906f831a3b2b5337
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..9ab5d4f4 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -141,6 +141,7 @@ if __name__ == "__main__":
from reddwarf.tests.api.mgmt import instances
from reddwarf.tests.api.mgmt import instances_actions
from reddwarf.tests.api.mgmt import storage
+ from reddwarf.tests.api.mgmt import malformed_json
except Exception as e:
print("Run tests failed: %s" % e)
traceback.print_exc()