diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2017-01-13 11:56:34 -0600 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2017-01-13 12:00:49 -0600 |
| commit | 5988ee61d894417813450e5ecc8fdf704b015240 (patch) | |
| tree | 1e7ba9a87f403e8462f929462d21cf354385106b /openstackclient/tests/functional | |
| parent | 1880527e60d6f58e61cb2d7f650642ad3e191586 (diff) | |
| download | python-openstackclient-5988ee61d894417813450e5ecc8fdf704b015240.tar.gz | |
Fix security group rule list for NEtwork v2
Fix the formatting of Port Range in the security group rule list command
for Network v2 to handle SDK changes.
Change-Id: Id954cbfaedbb74f60125ebda91f80db751759933
Diffstat (limited to 'openstackclient/tests/functional')
| -rw-r--r-- | openstackclient/tests/functional/network/v2/test_security_group_rule.py | 3 |
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 ' + |
