commit | 94f4c20926afc1939d50957f9089bf32cee49e78 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.openstack.org> | Mon Mar 04 05:01:28 2019 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Mar 04 05:01:28 2019 +0000 |
tree | b8b9f6aac6820a97efedc4fc5c3ff50a3ac46470 | |
parent | bbba29725afb5235fcd9c0303ce8a3d43db077c9 [diff] | |
parent | 54894abf96bdc3b5bd98c9a36dd8a2903e57fb0a [diff] |
Merge "Update json module to jsonutils"
diff --git a/ironic_tempest_plugin/tests/scenario/introspection_manager.py b/ironic_tempest_plugin/tests/scenario/introspection_manager.py index 21b9911..d39e0a7 100644 --- a/ironic_tempest_plugin/tests/scenario/introspection_manager.py +++ b/ironic_tempest_plugin/tests/scenario/introspection_manager.py
@@ -10,10 +10,11 @@ # License for the specific language governing permissions and limitations # under the License. -import json import os import time +from oslo_serialization import jsonutils as json + import six import tempest from tempest import config