Skip to content
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

[Tier-3] Cephci integration of polarion testcase id : CEPH-83581958 #3764

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions suites/reef/rgw/tier-1_rgw_ms_datalog_and_crash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ tests:
module: test_cephadm.py
name: deploy cluster
polarion-id: CEPH-83575222

- test:
clusters:
ceph-pri:
Expand Down Expand Up @@ -176,6 +177,7 @@ tests:
desc: Add monitoring services using spec file.
module: test_cephadm.py
polarion-id: CEPH-83574727

- test:
abort-on-fail: true
clusters:
Expand All @@ -200,6 +202,7 @@ tests:
module: test_client.py
name: configure client
polarion-id: CEPH-83573758

- test:
abort-on-fail: true
clusters:
Expand Down Expand Up @@ -235,6 +238,7 @@ tests:
module: exec.py
name: setup multisite
polarion-id: CEPH-10362

- test:
abort-on-fail: true
clusters:
Expand All @@ -251,6 +255,7 @@ tests:
module: exec.py
name: get shared realm info on primary
polarion-id: CEPH-83575227

- test:
abort-on-fail: true
clusters:
Expand Down Expand Up @@ -321,6 +326,18 @@ tests:
name: datalog omap offload with multipart objects on primary
polarion-id: CEPH-83573691

- test:
name: bucket granular sync policy on bucket with flow directional and owner translation
desc: Test bucket granular sync policy on bucket with flow directional and owner translation
polarion-id: CEPH-83581958
module: sanity_rgw_multisite.py
clusters:
ceph-pri:
config:
script-name: test_multisite_bucket_granular_sync_policy.py
config-file-name: test_bucket_granularsync_owner_translation_direc.yaml
timeout: 300

- test:
clusters:
ceph-pri:
Expand Down
15 changes: 15 additions & 0 deletions suites/reef/rgw/tier-2_rgw_ms_granular_sync_policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ tests:
destroy-cluster: false
module: test_client.py
name: configure client

- test:
abort-on-fail: true
clusters:
Expand Down Expand Up @@ -236,6 +237,7 @@ tests:
module: exec.py
name: setup multisite
polarion-id: CEPH-10362

- test:
abort-on-fail: true
clusters:
Expand All @@ -252,6 +254,7 @@ tests:
polarion-id: CEPH-83575227
module: exec.py
name: get shared realm info on primary

- test:
abort-on-fail: true
clusters:
Expand Down Expand Up @@ -346,3 +349,15 @@ tests:
config-file-name: test_multisite_bucket_mirror_sync_policy.yaml
verify-io-on-site: ["ceph-sec"]
timeout: 300

- test:
name: bucket granular sync policy on bucket with flow symmetrical and owner translation
desc: Test bucket granular sync policy on bucket with flow symmetrical and owner translation
polarion-id: CEPH-83581958
module: sanity_rgw_multisite.py
clusters:
ceph-pri:
config:
script-name: test_multisite_bucket_granular_sync_policy.py
config-file-name: test_bucket_granularsync_owner_translation_symm.yaml
timeout: 300
12 changes: 12 additions & 0 deletions suites/squid/rgw/tier-1_rgw_ms_datalog_and_crash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,18 @@ tests:
name: datalog omap offload with multipart objects on primary
polarion-id: CEPH-83573691

- test:
name: bucket granular sync policy on bucket with flow directional and owner translation
desc: Test bucket granular sync policy on bucket with flow directional and owner translation
polarion-id: CEPH-83581958
module: sanity_rgw_multisite.py
clusters:
ceph-pri:
config:
script-name: test_multisite_bucket_granular_sync_policy.py
config-file-name: test_bucket_granularsync_owner_translation_direc.yaml
timeout: 300

- test:
clusters:
ceph-pri:
Expand Down
12 changes: 12 additions & 0 deletions suites/squid/rgw/tier-2_rgw_ms_granular_sync_policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,15 @@ tests:
config-file-name: test_multisite_bucket_mirror_sync_policy.yaml
verify-io-on-site: ["ceph-sec"]
timeout: 300

- test:
name: bucket granular sync policy on bucket with flow symmetrical and owner translation
desc: Test bucket granular sync policy on bucket with flow symmetrical and owner translation
polarion-id: CEPH-83581958
module: sanity_rgw_multisite.py
clusters:
ceph-pri:
config:
script-name: test_multisite_bucket_granular_sync_policy.py
config-file-name: test_bucket_granularsync_owner_translation_symm.yaml
timeout: 300
Loading