Switch to use stable data_utils

Tempest provides stable library interfaces under tempest.lib.
This patch switches to use it for data_utils.

Change-Id: I44b2773d92413b8a51d14f8c96042f2cf7db076b
(cherry picked from commit f247c5dbd7)
This commit is contained in:
Ken'ichi Ohmichi 2017-03-07 12:47:43 -08:00 committed by Ghanshyam Mann
parent c98aed6818
commit 73bd95d4c5
3 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ import time
from oslo_utils import timeutils
from tempest.common import compute
from tempest.common.utils import data_utils
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions as lib_exc
import tempest.test

View File

@ -16,8 +16,8 @@ import six
import testtools
from ceilometer.tests.tempest.api import base
from tempest.common.utils import data_utils
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators
from tempest import test

View File

@ -15,8 +15,8 @@
# under the License.
from oslo_log import log as logging
from tempest.common.utils import data_utils
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib.common.utils import test_utils
from tempest.lib import decorators
from tempest import test