summaryrefslogtreecommitdiff
path: root/tempest/test_discover
diff options
context:
space:
mode:
authorAnusha Ramineni <anusha.ramineni@nectechnologies.in>2017-01-13 08:54:01 +0530
committerAnusha Ramineni <anusha.ramineni@nectechnologies.in>2017-01-16 05:56:54 +0000
commitf3eb9479e2e8ffd903b9ccb5ab8dff6b10b7194d (patch)
tree31b4b71d6ae48e4062b55131c09524d6558ab040 /tempest/test_discover
parentb4dd5de55bc77a42fa94068f1801d5b87ba8db28 (diff)
downloadtempest-f3eb9479e2e8ffd903b9ccb5ab8dff6b10b7194d.tar.gz
Use oslo.log library instead of system logging module
The constants of log levels were added in the 1.8 version of the oslo.log library. So we can replace all usage of system logging module with log module from oslo.log. Change-Id: Ide50502f020eb1309648f4f9fc8a9c17aa1a1d9c
Diffstat (limited to 'tempest/test_discover')
-rw-r--r--tempest/test_discover/plugins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest/test_discover/plugins.py b/tempest/test_discover/plugins.py
index e9f59af85..abe2b73d5 100644
--- a/tempest/test_discover/plugins.py
+++ b/tempest/test_discover/plugins.py
@@ -13,8 +13,8 @@
# under the License.
import abc
-import logging
+from oslo_log import log as logging
import six
import stevedore