commit | c21931840ac0795066efeba56b0bb5e29421babb | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Dec 15 15:06:13 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Dec 15 15:06:13 2016 +0000 |
tree | 94192766984aff67054c7349f97e512d07f9d873 | |
parent | d6da8c97d780b5b527e87c3554ac9c50fe2bbd8f [diff] | |
parent | bb028441ad9561e49b95e470a3899b2908212e7e [diff] |
Merge "Remove unused client in SecurityGroupRulesNegativeTestJSON"
diff --git a/tempest/api/compute/security_groups/test_security_group_rules_negative.py b/tempest/api/compute/security_groups/test_security_group_rules_negative.py index 4f53663..32b3ea3 100644 --- a/tempest/api/compute/security_groups/test_security_group_rules_negative.py +++ b/tempest/api/compute/security_groups/test_security_group_rules_negative.py
@@ -35,7 +35,6 @@ @classmethod def setup_clients(cls): super(SecurityGroupRulesNegativeTestJSON, cls).setup_clients() - cls.client = cls.security_groups_client cls.rules_client = cls.security_group_rules_client @test.attr(type=['negative'])