Use tempest.lib data_utils - image

Tempest has duplicated modules of data_utils, one is tempest.lib and
the other is tempest.common. The difference is tempest.common module
refers to the config option resources_prefix. And the option is marked
as deprecated already. So it is nice to replace the calls with tempest.lib
one.

Change-Id: I2ae4ca7e132a961ffcb072988551c3c9e7cf8266
This commit is contained in:
Ken'ichi Ohmichi
2017-03-10 10:48:14 -08:00
parent 7bd2575abe
commit cc01c3eb5a
12 changed files with 12 additions and 12 deletions

View File

@@ -17,8 +17,8 @@ import six
import testtools
from tempest.api.image 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.lib import exceptions as lib_exc

View File

@@ -15,8 +15,8 @@
import six
from tempest.common import image as common_image
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
import tempest.test

View File

@@ -13,7 +13,7 @@
# under the License.
from tempest.api.image import base
from tempest.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators
from tempest.lib import exceptions as lib_exc
from tempest import test

View File

@@ -17,9 +17,9 @@ import six
from tempest.api.image import base
from tempest.common import image as common_image
from tempest.common.utils import data_utils
from tempest.common import waiters
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators
from tempest.lib import exceptions

View File

@@ -15,7 +15,7 @@
from tempest.api.image import base
from tempest.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators
from tempest.lib import exceptions as lib_exc
from tempest import test

View File

@@ -20,8 +20,8 @@ import six
from oslo_log import log as logging
from tempest.api.image 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

@@ -11,7 +11,7 @@
# under the License.
from tempest.api.image import base
from tempest.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from tempest.lib.common.utils import test_utils
from tempest.lib import decorators

View File

@@ -11,7 +11,7 @@
# under the License.
from tempest.api.image import base
from tempest.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators

View File

@@ -11,7 +11,7 @@
# under the License.
from tempest.api.image import base
from tempest.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from tempest.lib.common.utils import test_utils
from tempest.lib import decorators

View File

@@ -14,7 +14,7 @@
# under the License.
from tempest.api.image import base
from tempest.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from tempest.lib.common.utils import test_utils
from tempest.lib import decorators
from tempest.lib import exceptions as lib_exc

View File

@@ -13,7 +13,7 @@
# under the License.
from tempest.api.image import base
from tempest.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators

View File

@@ -13,7 +13,7 @@
# under the License.
from tempest.api.image import base
from tempest.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators
from tempest.lib import exceptions as lib_exc
from tempest import test