tempest-lib/tempest_lib
zhangguoqing 771402f2e9 Change LOG.warn to LOG.warning
Python 3 deprecated the logger.warn method, see:
https://docs.python.org/3/library/logging.html#logging.warning
so we prefer to use warning to avoid DeprecationWarning.

Change-Id: I912333466ac65aa3ad06732f3a16e7130b21e282
Closes-Bug: #1530742
2016-01-04 06:01:28 +00:00
..
api_schema Migrated servers_client.py from tempest 2015-12-16 23:41:59 +00:00
cli Change LOG.warn to LOG.warning 2016-01-04 06:01:28 +00:00
cmd Keep py3.X compatibility for urllib 2015-12-24 12:20:42 +05:30
common Merge "Add 410 error code handling to REST client" 2015-11-26 06:55:58 +00:00
services Merge "Migrated 6 network clients from tempest" 2015-12-24 18:21:21 +00:00
tests Migrated servers_client.py from tempest 2015-12-16 23:41:59 +00:00
__init__.py Update hacking ignore list and pep8 clean 2014-08-28 10:33:16 -04:00
auth.py throw BadAltAuth exception when alt auth == auth 2015-10-15 19:57:37 +01:00
base.py Fix inheritance order in BaseTestCase 2014-12-02 21:15:48 +00:00
decorators.py Migrate idempotent id decortor and tooling from tempest 2015-08-25 17:48:31 -04:00
exceptions.py Add 410 error code handling to REST client 2015-11-17 01:01:10 +03:00