summaryrefslogtreecommitdiff
path: root/tempest_lib/exceptions.py
diff options
context:
space:
mode:
authorandreaf <andrea.frittoli@gmail.com>2015-03-18 19:03:34 +0000
committerMatthew Treinish <mtreinish@kortar.org>2015-03-19 14:20:58 +0000
commit5e02b8b6e49244659c88f9f9b4cb6789d820e559 (patch)
tree74300e7b445d5048b57e5f0de6006fe004a2e6d7 /tempest_lib/exceptions.py
parented27340650455c86c5607508c3588f949fb4c8ae (diff)
downloadtempest-lib-0.4.0.tar.gz
Migrated auth.py and related unit tests from tempest0.4.0
Migrated auth.py, test_auth.py, fake_credentials.py, fake_identity.py, fake_http.py from tempest, as well as the EndpointNotFound exception. This migrates the above files from tempest. This latest Change-Ids of each file at the time of this migration of each fare the following: * auth.py : If5a889be5826d60bf61dbb84661a5896cb094875 * tests/test_auth.py : Iedcd2fa7713409743b1b4b9f460481608796d491 * tests/fake_credentials.py : If5a889be5826d60bf61dbb84661a5896cb094875 * tests/fake_identity.py : Ie405ba6a71d29258e99d2f0b68afb013a9619e9b * tests/fake_http.py : I8f14cd2ca6afc38d3fe8ee758272071111022896 to see the commit history for these files refer to the above sha1s in the tempest repository Change-Id: I073d728a2cbf2f6ddde0a8629cc53eccbe3d6d8f
Diffstat (limited to 'tempest_lib/exceptions.py')
-rw-r--r--tempest_lib/exceptions.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tempest_lib/exceptions.py b/tempest_lib/exceptions.py
index b6672a9..2ceef3e 100644
--- a/tempest_lib/exceptions.py
+++ b/tempest_lib/exceptions.py
@@ -146,4 +146,8 @@ class CommandFailed(Exception):
class IdentityError(TempestException):
- message = "Got identity error" \ No newline at end of file
+ message = "Got identity error"
+
+
+class EndpointNotFound(TempestException):
+ message = "Endpoint not found" \ No newline at end of file