summaryrefslogtreecommitdiffstats
path: root/test/functional/test_container.py
diff options
context:
space:
mode:
authorvenkata edara <redara@redhat.com>2017-11-22 13:35:46 +0530
committerPrashanth Pai <ppai@redhat.com>2017-11-22 09:07:11 +0000
commit488744a005fb399af8d094ad7a62c1917410398c (patch)
tree714441b43e09061fc339cae6a68de5c26f0fdf52 /test/functional/test_container.py
parent8af00bf3fa5aa7cd29a53e5e43ea230c196d10b0 (diff)
Rebase to Swift 2.15.1 (pike)HEADmaster
Change-Id: I84ebb44c5c3cf2f80c50f2d4ae4bd92b619a4297 Signed-off-by: venkata edara <redara@redhat.com> Reviewed-on: https://review.gluster.org/18412 Reviewed-by: Prashanth Pai <ppai@redhat.com> Tested-by: Prashanth Pai <ppai@redhat.com>
Diffstat (limited to 'test/functional/test_container.py')
-rwxr-xr-xtest/functional/test_container.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/functional/test_container.py b/test/functional/test_container.py
index 5abaaa5..fefa35a 100755
--- a/test/functional/test_container.py
+++ b/test/functional/test_container.py
@@ -627,7 +627,7 @@ class TestContainer(unittest2.TestCase):
resp.read()
self.assertEqual(resp.status, 403)
- # Now make the container also writeable by the second account
+ # Now make the container also writable by the second account
def post(url, token, parsed, conn):
conn.request('POST', parsed.path + '/' + self.name, '',
{'X-Auth-Token': token,
@@ -696,7 +696,7 @@ class TestContainer(unittest2.TestCase):
resp.read()
self.assertEqual(resp.status, 403)
- # Now make the container also writeable by the third account
+ # Now make the container also writable by the third account
def post(url, token, parsed, conn):
conn.request('POST', parsed.path + '/' + self.name, '',
{'X-Auth-Token': token,
@@ -732,7 +732,6 @@ class TestContainer(unittest2.TestCase):
def put(url, token, parsed, conn, name):
conn.request('PUT', parsed.path + '/%s' % name, '',
{'X-Auth-Token': token})
- print("PUT X-Auth-Token:%s"%(token))
return check_response(conn)
# cannot list containers