Make the tests passing

- add missed requirements
- add required modules from openstack.common
- added entry points to setup.cfg
- fixed tests location
- fixed incorrect common modules imports
This commit is contained in:
Victor Sergeyev
2014-04-18 12:02:53 +03:00
parent e4cfa6d39d
commit 276f7570d7
38 changed files with 1076 additions and 69 deletions

View File

@@ -291,8 +291,8 @@ from sqlalchemy.pool import NullPool, StaticPool
from sqlalchemy.sql.expression import literal_column
from oslo.db import exception
from openstack.common.gettextutils import _LE, _LW
from openstack.common import timeutils
from oslo.db.openstack.common.gettextutils import _LE, _LW
from oslo.db.openstack.common import timeutils
LOG = logging.getLogger(__name__)