python-novaclient/novaclient/tests
Andrey Kurilin 392148c7ef Use oslo.utils
Modules `strutils`, `timeutils` and `network_utils` from common code are
graduated in `oslo.utils`, so we can:
 1. remove `novaclient.openstack.common.network_utils` and use
    `oslo.utils.netutils` instead.
 2. use `oslo.utils.encodeutils` and `oslo.utils.strutils` instead of
    `novaclient.openstack.common.strutils`.
 3. use `oslo.utils.timeutils` instead of
    `novaclient.openstack.common.timeutils`.

Additional information:
 - modules `importutils`, `strutils` and `timeutils` from
   `novaclient.openstack.common` cannot be removed, because:
   - importutils is used by apiclient and jsonutils;
   - strutils is used by apiclient, cliutils and jsonutils;
   - timeutils is used by jsonutils
 - additional check for `safe_encode` in Py3 is required, since
   If91a866d864a22d28a352152beff4c7406a27b7b was merged.

Change-Id: Ib8d79d9c85af4916e87a76a1a67a13488ddaa111
2014-08-28 12:17:22 +03:00
..
fixture_data Add filtering by service to hosts list command 2014-08-19 13:21:00 +02:00
v1_1 Use oslo.utils 2014-08-28 12:17:22 +03:00
v3 Use oslo.utils 2014-08-28 12:17:22 +03:00
__init__.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
fakes.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
idfake.pem Allows users to retrieve ciphered VM passwords 2013-11-27 17:26:39 +01:00
test_auth_plugins.py Enabled hacking checks H305 and H307 2014-07-17 15:31:08 +02:00
test_base.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_client.py Merge "Don't log sensitive auth data" 2014-07-28 05:43:11 +00:00
test_discover.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_http.py Revert "Reuse exceptions from Oslo" 2014-07-14 09:43:44 -04:00
test_service_catalog.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
test_shell.py Merge "Fix variable error for nova --service-type" 2014-08-23 01:50:50 +00:00
test_utils.py Revert "Reuse exceptions from Oslo" 2014-07-14 09:43:44 -04:00
utils.py Convert to requests-mock 2014-08-06 22:46:55 +00:00