Use data_utils from tempest.lib

Use the stable version of data_utils from tempest.lib rather than
the tempest internal version from tempest.common.

Change-Id: Ie32e956a27c6a01bb5106c38ef9dddfda76edcca
This commit is contained in:
Andrea Frittoli 2017-03-18 10:21:10 +00:00
parent 062c8665b2
commit c25b569a39
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