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: Idc81a961b6273bdb1a09a6804ce2c845224d5677
This commit is contained in:
Ken'ichi Ohmichi
2017年03月07日 12:41:28 -08:00
parent b296d0f36f
commit 9478798a2c

View File

@@ -15,7 +15,7 @@
from networking_bgpvpn_tempest.tests.base import BaseBgpvpnTest as base
from oslo_utils import uuidutils
from tempest.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions
from tempest import test
from testtools import ExpectedException

View File

@@ -15,8 +15,8 @@
from networking_bgpvpn_tempest.services.bgpvpn import bgpvpn_client
import tempest.api.network.base as test
from tempest.common.utils import data_utils
from tempest import config
from tempest.lib.common.utils import data_utils
CONF = config.CONF

View File

@@ -15,9 +15,9 @@
from oslo_log import log as logging
from tempest.common import compute
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.common.utils import test_utils
from tempest.scenario import manager
from tempest import test
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.