diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-04-29 03:25:55 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-04-29 03:25:55 +0000 |
| commit | 524b2b36ff431ea2565a7b68b67346f7c6b92233 (patch) | |
| tree | 2145e5458e8afcd9e4d162f40daabd88efabe193 /openstackclient/tests/functional | |
| parent | efcf3b22ad22152331f7a42f0bfc4cc67205b8da (diff) | |
| parent | 2c5405ed5e69eb5b000d47d92e1019b8bb9b54f9 (diff) | |
| download | python-openstackclient-524b2b36ff431ea2565a7b68b67346f7c6b92233.tar.gz | |
Merge "Fix volume qos spec list"
Diffstat (limited to 'openstackclient/tests/functional')
| -rw-r--r-- | openstackclient/tests/functional/volume/v3/test_qos.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openstackclient/tests/functional/volume/v3/test_qos.py b/openstackclient/tests/functional/volume/v3/test_qos.py index 46965ced..a7af3c5b 100644 --- a/openstackclient/tests/functional/volume/v3/test_qos.py +++ b/openstackclient/tests/functional/volume/v3/test_qos.py @@ -10,9 +10,10 @@ # License for the specific language governing permissions and limitations # under the License. -from openstackclient.tests.functional.volume.v2 import test_qos as v2 import os +from openstackclient.tests.functional.volume.v2 import test_qos as v2 + class QosTests(v2.QosTests): """Functional tests for volume qos. """ |
