summaryrefslogtreecommitdiffstats
path: root/test/functional/swift_test_client.py
diff options
context:
space:
mode:
authorChetan Risbud <crisbud@redhat.com>2014-02-10 06:49:29 -0800
committerChetan Risbud <crisbud@redhat.com>2014-02-10 06:50:38 -0800
commit5a0e9a3713b49e9f9fbb83f80986ec0b98a27f80 (patch)
treeefb73e2ba522b97a5a9300a267188b7ac86bf891 /test/functional/swift_test_client.py
parentad6fb3558019e0f65de0b36c2c2f78d94925838c (diff)
Revert "Attempt to fix failing testMetadataOnPost functional test"
This reverts commit ad6fb3558019e0f65de0b36c2c2f78d94925838c Change-Id: I0e04c923880b3b987bedb04fdb10d3f9813bb884 Reviewed-on: http://review.gluster.org/6952 Reviewed-by: Chetan Risbud <crisbud@redhat.com> Tested-by: Chetan Risbud <crisbud@redhat.com>
Diffstat (limited to 'test/functional/swift_test_client.py')
-rw-r--r--test/functional/swift_test_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/swift_test_client.py b/test/functional/swift_test_client.py
index bf101ed..47e023e 100644
--- a/test/functional/swift_test_client.py
+++ b/test/functional/swift_test_client.py
@@ -302,7 +302,6 @@ class Connection(object):
self.connection.send('0\r\n\r\n')
self.response = self.connection.getresponse()
- self.response.read()
self.connection.close()
return self.response.status