Switch to use stable data_utils

Tempest provides stable library interfaces under tempest.lib.
This patch switches to use it for data_utils.

Tempest will remove the deprecated version of data_utils
in https://review.opendev.org/c/openstack/tempest/+/499869

Change-Id: I134539b32af99dc772535576e60ac9c5d0d02e6b
This commit is contained in:
Ghanshyam Mann 2020-12-29 15:09:00 -06:00 committed by Jeremy Houser
parent 3441875722
commit 4181a4e190
3 changed files with 2 additions and 5 deletions

View File

@ -21,9 +21,8 @@ from oslo_log import log as logging
from ranger_tempest_plugin.tests.api import base
from tempest import config
from tempest.common.utils import data_utils
from tempest.lib import exceptions
from tempest.lib.common.utils import data_utils
CONF = config.CONF
LOG = logging.getLogger(__name__)

View File

@ -20,9 +20,8 @@ from oslo_log import log as logging
from ranger_tempest_plugin.tests.api import base
from tempest import config
from tempest.common.utils import data_utils
from tempest.lib import exceptions
from tempest.lib.common.utils import data_utils
CONF = config.CONF
LOG = logging.getLogger(__name__)

View File

@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
flake8>=3.8
hacking>=0.12.0,<0.13 # Apache-2.0
coverage>=4.0,!=4.4 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0