Merge "Make functional tests tolerate pre-existing versioned container"
This commit is contained in:
commit
56957a216e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user