summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/network/v2
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-13 21:05:32 +0000
committerGerrit Code Review <review@openstack.org>2017-01-13 21:05:32 +0000
commitd9f236b258953cfe3acffa6ce5344d80e340189a (patch)
tree0515fab4777ce723bc084afc443f0530bd7162e3 /openstackclient/tests/functional/network/v2
parentf8e2cf80a1d694045907bf420b6784464f0a6c0b (diff)
parent5988ee61d894417813450e5ecc8fdf704b015240 (diff)
downloadpython-openstackclient-d9f236b258953cfe3acffa6ce5344d80e340189a.tar.gz
Merge "Fix security group rule list for NEtwork v2"
Diffstat (limited to 'openstackclient/tests/functional/network/v2')
-rw-r--r--openstackclient/tests/functional/network/v2/test_security_group_rule.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/openstackclient/tests/functional/network/v2/test_security_group_rule.py b/openstackclient/tests/functional/network/v2/test_security_group_rule.py
index ec3731eb..c91de1a5 100644
--- a/openstackclient/tests/functional/network/v2/test_security_group_rule.py
+++ b/openstackclient/tests/functional/network/v2/test_security_group_rule.py
@@ -12,8 +12,6 @@
import uuid
-import testtools
-
from openstackclient.tests.functional import base
@@ -54,7 +52,6 @@ class SecurityGroupRuleTests(base.TestCase):
cls.SECURITY_GROUP_NAME)
cls.assertOutput('', raw_output)
- @testtools.skip('broken SDK testing')
def test_security_group_rule_list(self):
opts = self.get_opts(self.ID_HEADER)
raw_output = self.openstack('security group rule list ' +