def tearDown(self): # NOTE(andreaf) BulkTests needs to cleanup containers after each # test is executed. base.delete_containers(self.containers, self.container_client, self.object_client) super(BulkTest, self).tearDown()