diff options
| author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-09-21 16:58:08 -0400 |
|---|---|---|
| committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-09-21 16:58:08 -0400 |
| commit | ffa426d68bfb3d1c2acaeef4c48d2662e88fc878 (patch) | |
| tree | af51e3cbe8b8188b6ad2c530bc778ffc422d9259 | |
| parent | 84fbfe09e10b330a5668e99422247801f370d0f9 (diff) | |
| download | nova-ffa426d68bfb3d1c2acaeef4c48d2662e88fc878.tar.gz nova-ffa426d68bfb3d1c2acaeef4c48d2662e88fc878.tar.xz nova-ffa426d68bfb3d1c2acaeef4c48d2662e88fc878.zip | |
Reenable access_unittest now that it works with new rbac
| -rw-r--r-- | run_tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/run_tests.py b/run_tests.py index bea97c0b3..4121f4c06 100644 --- a/run_tests.py +++ b/run_tests.py @@ -49,8 +49,7 @@ from nova import datastore from nova import flags from nova import twistd -#TODO(gundlach): rewrite and readd this after merge -#from nova.tests.access_unittest import * +from nova.tests.access_unittest import * from nova.tests.auth_unittest import * from nova.tests.api_unittest import * from nova.tests.cloud_unittest import * |
