forked from TrueCloudLab/s3-tests
test '%' as a valid char for object name
This commit is contained in:
parent
d196c6829d
commit
54d98ff1e3
1 changed files with 1 additions and 1 deletions
|
@ -2584,7 +2584,7 @@ def test_bucket_create_naming_good_contains_hyphen():
|
||||||
@attr(operation='create and list objects with special names')
|
@attr(operation='create and list objects with special names')
|
||||||
@attr(assertion='special names work')
|
@attr(assertion='special names work')
|
||||||
def test_bucket_create_special_key_names():
|
def test_bucket_create_special_key_names():
|
||||||
key_names = [' ', '_', '_ ', '_ _', '__']
|
key_names = [' ', '%', '_', '_ ', '_ _', '__']
|
||||||
bucket = _create_keys(keys=key_names)
|
bucket = _create_keys(keys=key_names)
|
||||||
|
|
||||||
li = bucket.list()
|
li = bucket.list()
|
||||||
|
|
Loading…
Reference in a new issue