summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-17 17:23:54 +0000
committerGerrit Code Review <review@openstack.org>2017-01-17 17:23:54 +0000
commit08ca61ba074ba43ab0fd281992e878c78e0f709a (patch)
tree837819d39d4cd39634644e0418be19c99372690e /openstackclient/tests/functional
parente853d93a04fd548e94beaa46e8c47fe043f5a8ea (diff)
parent0340275fa9b48cda5a5f4015534ca8cbca23b3d2 (diff)
downloadpython-openstackclient-08ca61ba074ba43ab0fd281992e878c78e0f709a.tar.gz
Merge "Fix quota set command error for SDK > 0.9.10"
Diffstat (limited to 'openstackclient/tests/functional')
-rw-r--r--openstackclient/tests/functional/common/test_quota.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/openstackclient/tests/functional/common/test_quota.py b/openstackclient/tests/functional/common/test_quota.py
index b2b198af..c1de9aa9 100644
--- a/openstackclient/tests/functional/common/test_quota.py
+++ b/openstackclient/tests/functional/common/test_quota.py
@@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from openstackclient.tests.functional import base
@@ -27,7 +25,6 @@ class QuotaTests(base.TestCase):
cls.PROJECT_NAME =\
cls.get_openstack_configuration_value('auth.project_name')
- @testtools.skip('broken SDK testing')
def test_quota_set(self):
self.openstack('quota set --instances 11 --volumes 11 --networks 11 ' +
self.PROJECT_NAME)