Use tempest.lib data_utils - identity

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: Ibd98d212ae4fc2d581ad944cc004addee77e4281
This commit is contained in:
Ken'ichi Ohmichi
2017-03-10 10:45:39 -08:00
parent 757833a26e
commit 7bd2575abe
30 changed files with 30 additions and 30 deletions

View File

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

View File

@@ -14,7 +14,7 @@
# under the License.
from tempest.api.identity 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.identity 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

@@ -14,7 +14,7 @@
# under the License.
from tempest.api.identity 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

@@ -14,7 +14,7 @@
# under the License.
from tempest.api.identity 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

@@ -14,7 +14,7 @@
# under the License.
from tempest.api.identity 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.identity import base
from tempest.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators

View File

@@ -18,7 +18,7 @@ import time
from testtools import matchers
from tempest.api.identity 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 import test

View File

@@ -14,7 +14,7 @@
# under the License.
from tempest.api.identity 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

@@ -15,7 +15,7 @@
from oslo_serialization import jsonutils as json
from tempest.api.identity import base
from tempest.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators
from tempest import test

View File

@@ -11,9 +11,9 @@
# under the License.
from tempest.api.identity import base
from tempest import clients
from tempest.common.utils import data_utils
from tempest import config
from tempest.lib import auth
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators
CONF = config.CONF

View File

@@ -14,8 +14,8 @@
# under the License.
from tempest.api.identity import base
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

View File

@@ -14,7 +14,7 @@
# under the License.
from tempest.api.identity 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

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

View File

@@ -15,7 +15,7 @@
# under the License.
from tempest.api.identity 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

@@ -14,7 +14,7 @@
# under the License.
from tempest.api.identity import base
from tempest.common.utils import data_utils
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.identity import base
from tempest.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators
from tempest import test

View File

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

View File

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

View File

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

View File

@@ -16,8 +16,8 @@
import testtools
from tempest.api.identity 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
CONF = config.CONF

View File

@@ -14,7 +14,7 @@
# under the License.
from tempest.api.identity 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

@@ -14,7 +14,7 @@
# under the License.
from tempest.api.identity 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 import test

View File

@@ -14,8 +14,8 @@
# under the License.
from tempest.api.identity import base
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.lib import exceptions as lib_exc

View File

@@ -14,7 +14,7 @@
# under the License.
from tempest.api.identity 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

@@ -16,7 +16,7 @@
import six
from tempest.api.identity 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

View File

@@ -18,8 +18,8 @@ from oslo_utils import timeutils
from tempest.api.identity import base
from tempest import clients
from tempest.common import credentials_factory as common_creds
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
from tempest import test

View File

@@ -18,8 +18,8 @@ import time
import testtools
from tempest.api.identity 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

View File

@@ -14,7 +14,7 @@
# under the License.
from tempest.api.identity 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

@@ -13,8 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
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