magnum/magnum/tests/db
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
..
sqlalchemy Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
__init__.py Use versioned objects for bays 2014-12-03 17:21:17 -05:00
base.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
test_bay.py Enable multi tenant for get_xxx_by_id 2015-01-30 04:14:44 -05:00
test_baymodel.py Enable multi tenant for get_xxx_by_id 2015-01-30 04:14:44 -05:00
test_container.py Enable multi tenant for get_xxx_by_id 2015-01-30 04:14:44 -05:00
test_node.py Enable multi tenant for get_xxx_by_id 2015-01-30 04:14:44 -05:00
test_pod.py Enable multi tenant for k8s resource get_xx_by_id 2015-02-05 04:32:04 +00:00
test_replicationcontroller.py Enable multi tenant for k8s resource get_xx_by_id 2015-02-05 04:32:04 +00:00
test_service.py Enable multi tenant for k8s resource get_xx_by_id 2015-02-05 04:32:04 +00:00
utils.py Add tests for Replication Controller Rest API 2015-02-05 16:18:02 +00:00