mirror of
https://github.com/ceph/s3-tests.git
synced 2025-01-07 09:50:36 +00:00
Merge pull request #603 from ArbitCode/wip-raja-rgw-test-fix-68211
rgw:modify testcase rgw header when bucket or user quota is disabled
This commit is contained in:
commit
7c53738f0e
1 changed files with 0 additions and 4 deletions
|
@ -1107,11 +1107,7 @@ def test_head_bucket_usage():
|
|||
hdrs = http_response['headers']
|
||||
assert hdrs['X-RGW-Object-Count'] == '1'
|
||||
assert hdrs['X-RGW-Bytes-Used'] == '3'
|
||||
assert hdrs['X-RGW-Quota-User-Size'] == '-1'
|
||||
assert hdrs['X-RGW-Quota-User-Objects'] == '-1'
|
||||
assert hdrs['X-RGW-Quota-Max-Buckets'] == '1000'
|
||||
assert hdrs['X-RGW-Quota-Bucket-Size'] == '-1'
|
||||
assert hdrs['X-RGW-Quota-Bucket-Objects'] == '-1'
|
||||
|
||||
@pytest.mark.fails_on_aws
|
||||
@pytest.mark.fails_on_dbstore
|
||||
|
|
Loading…
Reference in a new issue