Skip to content

Commit

Permalink
Switch to use stable data_utils
Browse files Browse the repository at this point in the history
Tempest provides stable library interfaces under tempest.lib.
This patch switches to use it for data_utils.

Change-Id: I9ec9282268adc80c947e18c34f34dc0fdd82b187
(cherry picked from commit 4a30827)
  • Loading branch information
Ken'ichi Ohmichi authored and gmannos committed Jul 25, 2017
1 parent 3db5c2c commit 1b3ab80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinder/tests/tempest/api/volume/test_volume_unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1b3ab80

Please sign in to comment.