Turn off dns_compliant_bucket_names for ceph tests

We get a handful more passing tests that way, following their move to boto3.
Change-Id: I73e9c38bde00a7117cec97e98f013e86350aa5be
This commit is contained in:
Tim Burke
2019年11月22日 17:38:54 +00:00
parent 0232b44046
commit e11c58ef89

View File

@@ -75,11 +75,6 @@ ceph_s3:
s3tests_boto3.functional.test_s3.test_bucket_create_naming_bad_long:{status:KNOWN}
s3tests_boto3.functional.test_s3.test_bucket_create_naming_bad_punctuation:{status:KNOWN}
s3tests_boto3.functional.test_s3.test_bucket_create_naming_bad_short_empty:{status:KNOWN}
s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_dash_at_end:{status:KNOWN}
s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_dash_dot:{status:KNOWN}
s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_dot_dash:{status:KNOWN}
s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_dot_dot:{status:KNOWN}
s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_underscore:{status:KNOWN}
s3tests_boto3.functional.test_s3.test_bucket_head_extended:{status:KNOWN}
s3tests_boto3.functional.test_s3.test_bucket_header_acl_grants:{status:KNOWN}
s3tests_boto3.functional.test_s3.test_bucket_list_delimiter_empty:{status:KNOWN}

View File

@@ -82,7 +82,6 @@ use = egg:swift#symlink
[filter:s3api]
use = egg:swift#s3api
s3_acl = yes
dns_compliant_bucket_names = no
check_bucket_owner = yes
# Example to create root secret: `openssl rand -base64 32`
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.