Merge "Switch to use stable data_utils"
Jenkins authored 9 years ago
Gerrit Code Review committed 9 years ago
| 14 | 14 |
# under the License.
|
| 15 | 15 |
|
| 16 | 16 |
from tempest.api.volume import base as volume_base
|
| 17 | |
from tempest.common.utils import data_utils
|
| 18 | 17 |
from tempest.common import waiters
|
| 19 | 18 |
from tempest import config
|
|
19 |
from tempest.lib.common.utils import data_utils
|
| 20 | 20 |
|
| 21 | 21 |
CONF = config.CONF
|
| 22 | 22 |
|