diff options
author | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-09-28 12:29:43 -0700 |
---|---|---|
committer | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-09-28 12:29:43 -0700 |
commit | bb1540d7bf2c323d43110738e43e9b99ef49b62c (patch) | |
tree | 5588175281a26e774fc580f97f047599455c1373 /run_tests.py | |
parent | f3698b8da4bd63abfade32c9894ac2095672344e (diff) | |
parent | 669cf475d11700064aa16f959077d0512e6b1531 (diff) | |
download | nova-bb1540d7bf2c323d43110738e43e9b99ef49b62c.tar.gz nova-bb1540d7bf2c323d43110738e43e9b99ef49b62c.tar.xz nova-bb1540d7bf2c323d43110738e43e9b99ef49b62c.zip |
merged floating-ips
Diffstat (limited to 'run_tests.py')
-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 * |