summaryrefslogtreecommitdiff
path: root/tempest_lib/tests/fake_http.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/tests/fake_http.py
parented27340650455c86c5607508c3588f949fb4c8ae (diff)
downloadtempest-lib-5e02b8b6e49244659c88f9f9b4cb6789d820e559.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/tests/fake_http.py')
-rw-r--r--tempest_lib/tests/fake_http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest_lib/tests/fake_http.py b/tempest_lib/tests/fake_http.py
index e14b25c..002f16b 100644
--- a/tempest_lib/tests/fake_http.py
+++ b/tempest_lib/tests/fake_http.py
@@ -50,7 +50,7 @@ class fake_httplib2(object):
class fake_httplib(object):
def __init__(self, headers, body=None,
version=1.0, status=200, reason="Ok"):
- """fake_httplib for tests
+ """Fake httplib implementation
:param headers: dict representing HTTP response headers
:param body: file-like object