summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-29 03:25:55 +0000
committerGerrit Code Review <review@openstack.org>2017-04-29 03:25:55 +0000
commit524b2b36ff431ea2565a7b68b67346f7c6b92233 (patch)
tree2145e5458e8afcd9e4d162f40daabd88efabe193 /openstackclient/tests/functional
parentefcf3b22ad22152331f7a42f0bfc4cc67205b8da (diff)
parent2c5405ed5e69eb5b000d47d92e1019b8bb9b54f9 (diff)
downloadpython-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.py3
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. """