summaryrefslogtreecommitdiff
path: root/tempest_lib/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest_lib/exceptions.py')
-rw-r--r--tempest_lib/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tempest_lib/exceptions.py b/tempest_lib/exceptions.py
index fbf9ee0..b6672a9 100644
--- a/tempest_lib/exceptions.py
+++ b/tempest_lib/exceptions.py
@@ -143,3 +143,7 @@ class CommandFailed(Exception):
self.returncode,
self.stdout,
self.stderr))
+
+
+class IdentityError(TempestException):
+ message = "Got identity error" \ No newline at end of file