Codebase list cinder-tempest-plugin / c322e54
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 Ken'ichi Ohmichi 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1414 # under the License.
1515
1616 from tempest.api.volume import base as volume_base
17 from tempest.common.utils import data_utils
1817 from tempest.common import waiters
1918 from tempest import config
19 from tempest.lib.common.utils import data_utils
2020
2121 CONF = config.CONF
2222