-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #574 from ckulal/lc_process
[RGW-T2-Automation]: Test LC process (perform radosgw-admin lc proces…
- Loading branch information
Showing
3 changed files
with
176 additions
and
72 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
rgw/v2/tests/s3_swift/configs/test_lc_process_without_applying_rule.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#test_bucket_lifecycle_object_expiration_transition.py | ||
# Polarian: CEPH-83574044: Test LC process (perform radosgw-admin lc process) with and without applying LC rule. | ||
config: | ||
user_count: 1 | ||
bucket_count: 1 | ||
objects_count: 1 | ||
parallel_lc: False | ||
rgw_lc_debug_interval: 600 | ||
rgw_enable_lc_threads: false | ||
test_lc_transition: True | ||
enable_resharding: False | ||
pool_name: data.cold | ||
storage_class: cold | ||
ec_pool_transition: False | ||
multiple_transitions: False | ||
two_pool_transition: False | ||
objects_size_range: | ||
min: 5 | ||
max: 15 | ||
test_ops: | ||
create_bucket: true | ||
create_object: true | ||
enable_versioning: true | ||
version_count: 1 | ||
delete_marker: false | ||
transition_with_lc_process_without_rule: true | ||
lifecycle_conf: | ||
- ID: LC_Rule_1 | ||
Filter: | ||
Prefix: key1 |
34 changes: 34 additions & 0 deletions
34
rgw/v2/tests/s3_swift/configs/test_lc_transition_with_lc_process.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#test_bucket_lifecycle_object_expiration_transition.py | ||
# Polarian: CEPH-83574044: Test LC process (perform radosgw-admin lc process) with and without applying LC rule. | ||
config: | ||
user_count: 1 | ||
bucket_count: 1 | ||
objects_count: 10 | ||
parallel_lc: False | ||
rgw_lc_debug_interval: 600 | ||
rgw_enable_lc_threads: false | ||
test_lc_transition: True | ||
enable_resharding: False | ||
pool_name: data.cold | ||
storage_class: cold | ||
ec_pool_transition: False | ||
multiple_transitions: False | ||
two_pool_transition: False | ||
objects_size_range: | ||
min: 5 | ||
max: 15 | ||
test_ops: | ||
create_bucket: true | ||
create_object: true | ||
enable_versioning: true | ||
version_count: 1 | ||
delete_marker: false | ||
transition_with_lc_process: true | ||
lifecycle_conf: | ||
- ID: LC_Rule_1 | ||
Filter: | ||
Prefix: key1 | ||
Status: Enabled | ||
Transitions: | ||
- Date: "2022-02-19" | ||
StorageClass: cold |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters