Seagate / cortx-re

CORTX Release Engineering Scripts and Dockerfiles.
https://github.com/Seagate/cortx
GNU Affero General Public License v3.0
5 stars 52 forks source link

CORTX-33538: Addition of list-object API testcases to Nightly-Regression-Ceph-Splunk-RGW job #1202

Closed kapiljinna closed 2 years ago

kapiljinna commented 2 years ago

Signed-off-by: Kapil Jinna kapil.jinna@seagate.com

Problem Statement

Add below 4 ceph tests related to list-objects as they are passing with latest main build.

s3tests_boto3.functional.test_s3:test_bucket_list_many s3tests_boto3.functional.test_s3:test_bucket_list_maxkeys_one s3tests_boto3.functional.test_s3:test_bucket_listv2_many s3tests_boto3.functional.test_s3:test_bucket_listv2_maxkeys_one

Design

Coding

Checklist for Author

Testing

Checklist for Author

Impact Analysis

Checklist for Author/Reviewer/GateKeeper

Review Checklist

Checklist for Author

Documentation

Checklist for Author

kapiljinna commented 2 years ago

Ceph job - https://eos-jenkins.colo.seagate.com/job/Cortx-Automation/job/S3Server/job/S3-Compatibility-Test-Ceph-RGW/224/

There are following failure tests : [s3tests_boto3.functional.test_s3.test_get_object_ifnonematch_good] [s3tests_boto3.functional.test_s3.test_get_object_ifmodifiedsince_failed] [s3tests_boto3.functional.test_s3.test_multipart_copy_improper_range] [s3tests_boto3.functional.test_s3.test_get_object_ifnonematch_good] [s3tests_boto3.functional.test_s3.test_get_object_ifmodifiedsince_failed] [s3tests_boto3.functional.test_s3.test_multipart_copy_improper_range]

All above failure tests are known and will be removed as a part of 1179

Splunk job - https://eos-jenkins.colo.seagate.com/job/Cortx-Automation/job/S3Server/job/S3-Compatibility-Test-Splunk-RGW/173/ All tests passed .

kapiljinna commented 2 years ago

@sachitanands @priyanka25081999 please review this PR . This is for addition of list-object testcases which got fixed as part of ticket CORTX-33538 .