diff options
| author | Soren Hansen <soren.hansen@rackspace.com> | 2010-10-05 10:06:54 +0200 |
|---|---|---|
| committer | Soren Hansen <soren.hansen@rackspace.com> | 2010-10-05 10:06:54 +0200 |
| commit | a374efd4cc3d27c9b5389009818e45efe2f35b12 (patch) | |
| tree | fbc3a7588c93b092b2d3dbd7e4bd24865b2f5bf7 | |
| parent | 8fb9f78a313a43f333d20c7cc600a5085eb68915 (diff) | |
Run the virt tests by default.
| -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 4121f4c06..fa1e6f15b 100644 --- a/run_tests.py +++ b/run_tests.py @@ -63,6 +63,7 @@ from nova.tests.rpc_unittest import * from nova.tests.scheduler_unittest import * from nova.tests.service_unittest import * from nova.tests.validator_unittest import * +from nova.tests.virt_unittest import * from nova.tests.volume_unittest import * |
