Home | History | Annotate | Download | only in afe

Lines Matching full:bucket

297         """Gets bucket name from bucket URL."""
349 """Tests the bucket vaildation flow."""
356 conn.lookup('bucket').AndReturn('bucket')
360 'key', 'secret', 'bucket')
366 """Tests the bucket validation flow with invalid key."""
373 conn.lookup('bucket').AndReturn(None)
377 'key', 'secret', 'bucket')
379 self.assertEquals("Bucket bucket does not exist.", details)