]> git.apps.os.sepia.ceph.com Git - s3-tests.git/commit
rgw:modify testcase rgw header when bucket quota or user is disabled 603/head
authorRaja Sharma <raja@ibm.com>
Wed, 20 Nov 2024 17:28:18 +0000 (22:58 +0530)
committerRaja Sharma <raja@ibm.com>
Wed, 20 Nov 2024 17:39:21 +0000 (23:09 +0530)
commit2aea98e6044d71c2fbe4aacbb57fd902d3e66a64
tree25dd9bc74403cd5f0b7d1c2daf1f3e71db878957
parentd245097771698774d36a0283e9ef69bf67f3ba76
rgw:modify testcase rgw header when bucket quota or user is disabled
By default quota is disable at user/bucket level.
if quota is disable then these value will not return so need to modify test_head_bucket_usages

'X-RGW-Quota-User-Size'
'X-RGW-Quota-User-Objects'
'X-RGW-Quota-Bucket-Size'
'X-RGW-Quota-Bucket-Objects'
to Fix: https://tracker.ceph.com/issues/68211

Signed-off-by: Raja Sharma raja@ibm.com
s3tests_boto3/functional/test_s3.py