Merge "Tempest: Use data_utils from tempest.lib"

This commit is contained in:
Jenkins 2016-03-21 20:26:18 +00:00 committed by Gerrit Code Review
commit 0107191cd7
5 changed files with 5 additions and 5 deletions

View File

@ -16,8 +16,8 @@
from oslo_log import log as logging
from tempest.api.network import base
from tempest.common.utils import data_utils
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest import test
from vmware_nsx_tempest.services import nsxv3_client

View File

@ -11,8 +11,8 @@
# under the License.
from tempest.api.network import base
from tempest.common.utils import data_utils
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest import test
from vmware_nsx_tempest.services import nsxv3_client

View File

@ -13,8 +13,8 @@
# under the License.
from tempest.api.network import base_routers as base
from tempest.common.utils import data_utils
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest import test
from vmware_nsx_tempest.services import nsxv3_client

View File

@ -19,8 +19,8 @@ import six
import time
from tempest.api.network import base_security_groups as base
from tempest.common.utils import data_utils
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest import test
from vmware_nsx_tempest._i18n import _LI

View File

@ -16,8 +16,8 @@ import collections
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.scenario import manager
from tempest import test