magnum/magnum/tests
Davanum Srinivas 17c5711c55 Remove imports from oslo namespaces
Oslo team is recommending everyone to use the direct imports and
not use the Oslo namespaces. So switch all our code to use oslo_*
instead of "from oslo." or "import oslo" or "from oslo"

NOTE: some of the tests still have mocks referring to oslo.utils
@mock.patch('oslo.utils.timeutils.utcnow')
as the tests break otherwise. We should do this later.

Closes-bug: #1419385
Change-Id: I8e3fbeb833cddc3f55674a0e781ffe69d5033ad4
2015-02-08 02:59:30 +00:00
..
api Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
common Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
conductor Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
db Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
objects Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
__init__.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
base.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
conf_fixture.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
config.py Add hooks to obtain conductor api 2014-12-30 23:07:05 +09:00
fakes.py Cleanup code and remove newly ignored hack rules 2015-02-06 22:40:23 -05:00
test_magnum.py Initial commit from github (squashed) 2014-11-18 09:23:37 -05:00
test_units.py Initial commit from github (squashed) 2014-11-18 09:23:37 -05:00
utils.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00