Skip to content

Commit

Permalink
CI Integration for 2 tests, CRLF Injection using Curl and higher than…
Browse files Browse the repository at this point in the history
… default shard DBR

Signed-off-by: Tejas Chandramouli <[email protected]>
  • Loading branch information
TejasC88 committed Dec 18, 2024
1 parent 03b05bc commit b1c3e35
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
10 changes: 10 additions & 0 deletions suites/reef/rgw/tier-2_rgw_regression_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -599,3 +599,13 @@ tests:
run-on-rgw: true
script-name: ../s3cmd/test_rate_limit.py
config-file-name: ../../s3cmd/configs/test_rate_limit.yaml

- test:
name: Test CRLF Injection
desc: Test CRLF Injection
polarion-id: CEPH-83574745
module: sanity_rgw.py
config:
run-on-rgw: true
script-name: ../curl/test_cors_using_curl.py
config-file-name: ../../curl/configs/test_crlf_injection_curl.yaml
11 changes: 11 additions & 0 deletions suites/reef/rgw/tier-2_ssl_rgw_regression_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,17 @@ tests:
script-name: test_dynamic_bucket_resharding.py
config-file-name: test_dbr_with_custom_objs_per_shard_max_dynamic_shard_and_reshard_thread_interval.yaml

- test:
name: DBR tests with higher than default shard limit
desc: Resharding test - dynamic
polarion-id: CEPH-83573601
module: sanity_rgw.py
config:
run-on-rgw: true
script-name: test_dynamic_bucket_resharding.py
config-file-name: test_dbr_high_default_limit.yaml
timeout: 6000

- test:
name: Bucket setlifeycle with invalid date in LC conf
desc: Setlifeycle to bucket with invalid date format in Lifecycle configuration
Expand Down
10 changes: 10 additions & 0 deletions suites/squid/rgw/tier-2_rgw_regression_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -622,3 +622,13 @@ tests:
run-on-rgw: true
script-name: ../curl/test_cors_using_curl.py
config-file-name: ../../curl/configs/test_cors_using_curl.yaml

- test:
name: Test CRLF Injection
desc: Test CRLF Injection
polarion-id: CEPH-83574745
module: sanity_rgw.py
config:
run-on-rgw: true
script-name: ../curl/test_cors_using_curl.py
config-file-name: ../../curl/configs/test_crlf_injection_curl.yaml
11 changes: 11 additions & 0 deletions suites/squid/rgw/tier-2_ssl_rgw_regression_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,17 @@ tests:
script-name: test_dynamic_bucket_resharding.py
config-file-name: test_dbr_with_custom_objs_per_shard_max_dynamic_shard_and_reshard_thread_interval.yaml

- test:
name: DBR tests with higher than default shard limit
desc: Resharding test - dynamic
polarion-id: CEPH-83573601
module: sanity_rgw.py
config:
run-on-rgw: true
script-name: test_dynamic_bucket_resharding.py
config-file-name: test_dbr_high_default_limit.yaml
timeout: 6000

- test:
name: Bucket setlifeycle with invalid date in LC conf
desc: Setlifeycle to bucket with invalid date format in Lifecycle configuration
Expand Down

0 comments on commit b1c3e35

Please sign in to comment.