mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-25 03:47:22 +00:00
Remove flawed test.
It never tested 3-character bucket names; it was prefixed by the 30-character uniqueness mechanism. I highly doubt 3-letter bucket names will stay available for very long anyway, so if this is wanted back, it'll need to avoid the prefix, do it's own cleanup, and be flagged as not to be executed on AWS, DreamHost Objects, or any production system; it'll only work on local dev instances with a clean slate.
This commit is contained in:
parent
6de4806faa
commit
dca19e595a
1 changed files with 0 additions and 3 deletions
|
@ -337,9 +337,6 @@ def test_bucket_create_naming_bad_short_one():
|
|||
def test_bucket_create_naming_bad_short_two():
|
||||
check_bad_bucket_name('aa')
|
||||
|
||||
def test_bucket_create_naming_good_short_3():
|
||||
check_good_bucket_name('aaa')
|
||||
|
||||
def test_bucket_create_naming_bad_long():
|
||||
check_bad_bucket_name(256*'a')
|
||||
check_bad_bucket_name(280*'a')
|
||||
|
|
Loading…
Reference in a new issue