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
(cherry picked from commit 4a3082709e)
This commit is contained in:
Ken'ichi Ohmichi 2017-03-07 12:24:30 -08:00 committed by Ghanshyam Mann
parent 3db5c2cc49
commit 1b3ab80f1c
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