diff options
| author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-10-26 11:58:46 -0400 |
|---|---|---|
| committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-10-26 11:58:46 -0400 |
| commit | f0d79d7d602a31fff03d8d934203128a2cd8940d (patch) | |
| tree | 64624daeaa2d17568e3fd360696d2d5e1c7bca21 | |
| parent | ba6d9293204284a7c74b5b0cffe63767941fd25c (diff) | |
| download | nova-f0d79d7d602a31fff03d8d934203128a2cd8940d.tar.gz nova-f0d79d7d602a31fff03d8d934203128a2cd8940d.tar.xz nova-f0d79d7d602a31fff03d8d934203128a2cd8940d.zip | |
Oops, didn't mean to check this one in. Ninja-patch
| -rw-r--r-- | run_tests.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py index c16c63249..9a2f40dc9 100644 --- a/run_tests.py +++ b/run_tests.py @@ -48,8 +48,24 @@ from twisted.scripts import trial as trial_script from nova import flags from nova import twistd +from nova.tests.access_unittest import * from nova.tests.auth_unittest import * +from nova.tests.api_unittest import * +from nova.tests.cloud_unittest import * +from nova.tests.compute_unittest import * +from nova.tests.flags_unittest import * +from nova.tests.network_unittest import * +from nova.tests.objectstore_unittest import * +from nova.tests.process_unittest import * +from nova.tests.quota_unittest import * +from nova.tests.rpc_unittest import * +from nova.tests.scheduler_unittest import * from nova.tests.service_unittest import * +from nova.tests.twistd_unittest import * +from nova.tests.validator_unittest import * +from nova.tests.virt_unittest import * +from nova.tests.volume_unittest import * +from nova.tests.virt_unittest import * FLAGS = flags.FLAGS |
