Merge "Use tempest.lib data_utils - identity"

This commit is contained in:
Jenkins
2017-03-13 09:54:47 +00:00
committed by Gerrit Code Review
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