Switch to use stable data_utils

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

NOTE: Maybe reviewers will feel deja-vu because the similar patch is
      merged before. But ater that, the another copying tempest patch
      has been merged and we need this patch again. Sorry for this mess.
      Iba05bc604f447f2acaf4cd81e05443b366b821a1 will be merged after
      all projects are ready.

Change-Id: I1dd56c95c0bf69d4f52402399631bb01d5ee5702
This commit is contained in:
Ken'ichi Ohmichi 2017-03-10 11:18:11 -08:00
parent 469671fc2a
commit 75ec74fdad
1 changed files with 1 additions and 1 deletions

View File

@ -25,11 +25,11 @@ 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.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