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: I9ec9282268adc80c947e18c34f34dc0fdd82b187
This commit is contained in:
Ken'ichi Ohmichi 2017-03-07 12:24:30 -08:00
parent 41be8c1685
commit c322e54c31
1 changed files with 1 additions and 1 deletions

View File

@ -15,9 +15,9 @@
# under the License.
from tempest.api.volume import base as volume_base
from tempest.common.utils import data_utils
from tempest.common import waiters
from tempest import config
from tempest.lib.common.utils import data_utils
CONF = config.CONF