Merge "Make functional tests tolerate pre-existing versioned container"

This commit is contained in:
Jenkins 2016-03-15 20:19:21 +00:00 committed by Gerrit Code Review
commit 56957a216e

View File

@ -460,6 +460,7 @@ class Account(Base):
def delete_containers(self):
for c in listing_items(self.containers):
cont = self.container(c)
cont.update_metadata(hdrs={'x-versions-location': ''})
if not cont.delete_recursive():
return False