commit | 8c441649308d3310664246924477f169053683cc | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed Sep 27 14:28:25 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Sep 27 14:28:25 2017 +0000 |
tree | 32453ad2dac5d365d0978fa53eccd5033aeaa983 | |
parent | afd0e998b59ebc5ce0858d4fa74c6bbf60d0986d [diff] | |
parent | 7446709de8f119367c18d39ecf9166dd64b11dc7 [diff] |
Merge "Remove unused RFCViolation"
diff --git a/tempest/exceptions.py b/tempest/exceptions.py index a8a6ff0..a430d5d 100644 --- a/tempest/exceptions.py +++ b/tempest/exceptions.py
@@ -52,9 +52,5 @@ "the configured network") -class RFCViolation(exceptions.RestClientException): - message = "RFC Violation" - - class InvalidServiceTag(exceptions.TempestException): message = "Invalid service tag"