diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-08-12 21:27:53 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2010-08-12 21:27:53 -0700 |
| commit | a679cab031ec91dd719b9ba887cdae4f595b2ca4 (patch) | |
| tree | cbc8b1772582f3f8b5ab5694147580e416e0fd68 /run_tests.py | |
| parent | 2bbb2b86272c89b35a1042ab2866bbe4863bc3e3 (diff) | |
| download | nova-a679cab031ec91dd719b9ba887cdae4f595b2ca4.tar.gz nova-a679cab031ec91dd719b9ba887cdae4f595b2ca4.tar.xz nova-a679cab031ec91dd719b9ba887cdae4f595b2ca4.zip | |
make rpc.call propogate exception info. Includes tests
Diffstat (limited to 'run_tests.py')
| -rw-r--r-- | run_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py index 7fe6e73ec..d90ac8175 100644 --- a/run_tests.py +++ b/run_tests.py @@ -59,6 +59,7 @@ from nova.tests.model_unittest import * from nova.tests.network_unittest import * from nova.tests.objectstore_unittest import * from nova.tests.process_unittest import * +from nova.tests.rpc_unittest import * from nova.tests.validator_unittest import * from nova.tests.volume_unittest import * |
