-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check for transition of Encrypted and Compressed objects #611
Conversation
rgw/v2/tests/s3_swift/configs/test_cloud_transition_headobject_false.yaml
Show resolved
Hide resolved
@@ -56,6 +59,20 @@ def test_exec(config, ssh_con): | |||
) | |||
log.info("creating bucket with name: %s" % bucket_name_to_create) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we include format string instead of %s
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
# get bucket encryption | ||
log.info(f"get bucket encryption for bucket : {bucket_name_to_create}") | ||
sse_s3.get_bucket_encryption(s3_client1, bucket_name_to_create) | ||
|
||
if config.test_ops["create_object"] is True: | ||
# uploading data | ||
log.info("s3 objects to create: %s" % config.objects_count) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here about format string
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done , pls review
@@ -1,4 +1,4 @@ | |||
# script: test_cloud_transitions.py | |||
# script:test_cloud_transitions.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update name as script: test_cloud_transition.py.
we do not have script with name : test_cloud_transitions.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done , pls review
Signed-off-by: Tejas Chandramouli <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: anrao19, ckulal, TejasC88 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Polarion : CEPH-83575497
Cloud transition of compressed and encrypted objects to AWS.
We have a known issue with this test https://bugzilla.redhat.com/show_bug.cgi?id=2294512
Fail log : http://magna002.ceph.redhat.com/cephci-jenkins/tchandra/cloud_transition_encrypt.txt