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: I48a0776897e943e50dc69f2522d91cc5e53baf46
This commit is contained in:
Ken'ichi Ohmichi 2017-03-07 12:19:58 -08:00
parent 1fbfd3c065
commit 0e11f94c52
1 changed files with 1 additions and 1 deletions

View File

@ -23,12 +23,12 @@ from oslo_utils import netutils
from tempest.common import compute
from tempest.common import image as common_image
from tempest.common.utils import data_utils
from tempest.common.utils.linux import remote_client
from tempest.common.utils import net_utils
from tempest.common import waiters
from tempest import config
from tempest import exceptions
from tempest.lib.common.utils import data_utils
from tempest.lib.common.utils import test_utils
from tempest.lib import exceptions as lib_exc
import tempest.test