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: Icc562ededf2282d4a5abd44814d403a43cfc1e48
This commit is contained in:
Ken'ichi Ohmichi 2017-03-07 12:45:26 -08:00
parent b734297c8f
commit 824db94f5e
3 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ from tempest import auth
from tempest import clients as base_clients
from tempest.cloudscaling import base
from tempest.cloudscaling.thirdparty.scenario.aws_compat import clients
from tempest.common.utils import data_utils
from tempest import config
from tempest import exceptions
from tempest.lib.common.utils import data_utils
from tempest import test as base_test
from tempest.thirdparty.boto import test
from tempest.thirdparty.boto.utils import wait as boto_wait

View File

@ -16,8 +16,8 @@ from boto.ec2 import networkinterface
import netaddr
import tempest.cloudscaling.thirdparty.scenario.aws_compat.base as aws_base
from tempest.common.utils import data_utils
from tempest.common.utils.linux import remote_client
from tempest.lib.common.utils import data_utils
from tempest import test
import logging

View File

@ -15,8 +15,8 @@
import netaddr
import tempest.cloudscaling.thirdparty.scenario.aws_compat.base as aws_base
from tempest.common.utils import data_utils
from tempest.common.utils.linux import remote_client
from tempest.lib.common.utils import data_utils
from tempest import test
import logging