From 7446709de8f119367c18d39ecf9166dd64b11dc7 Mon Sep 17 00:00:00 2001 From: zhufl Date: Mon, 11 Sep 2017 14:18:37 +0800 Subject: [PATCH] Remove unused RFCViolation This is to remove unused RFCViolation exception. Change-Id: Id1c4f421ca47ff075d2df236fe302565fcaa57ea --- tempest/exceptions.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tempest/exceptions.py b/tempest/exceptions.py index a8a6ff0730..a430d5d76e 100644 --- a/tempest/exceptions.py +++ b/tempest/exceptions.py @@ -52,9 +52,5 @@ class ServerUnreachable(exceptions.TempestException): "the configured network") -class RFCViolation(exceptions.RestClientException): - message = "RFC Violation" - - class InvalidServiceTag(exceptions.TempestException): message = "Invalid service tag"