Codebase list cinder-tempest-plugin / 90adb67
Merge "Switch to use stable data_utils" Jenkins authored 9 years ago Gerrit Code Review committed 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