From: Casey Bodley Date: Fri, 29 May 2026 17:44:45 +0000 (-0400) Subject: qa/rgw/multisite: use random aes algorithm X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=84040d88296c03e0aeaca735946aa479ed4aa7ad;p=ceph.git qa/rgw/multisite: use random aes algorithm test coverage for `rgw crypt sse algorithm: aes-256-gcm` was recently added to the multisite suite, doubling the number of jobs from 2 to 4 instead of duplicating the multisite jobs for both cbc and gcm, select a random algorithm for each of the 2 existing jobs Signed-off-by: Casey Bodley --- diff --git a/qa/suites/rgw/multisite/aes$/.qa b/qa/suites/rgw/multisite/aes$/.qa new file mode 120000 index 00000000000..a602a0353e7 --- /dev/null +++ b/qa/suites/rgw/multisite/aes$/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/suites/rgw/multisite/aes$/default.yaml b/qa/suites/rgw/multisite/aes$/default.yaml new file mode 100644 index 00000000000..8b137891791 --- /dev/null +++ b/qa/suites/rgw/multisite/aes$/default.yaml @@ -0,0 +1 @@ + diff --git a/qa/suites/rgw/multisite/aes$/gcm.yaml b/qa/suites/rgw/multisite/aes$/gcm.yaml new file mode 100644 index 00000000000..007f3ae01f8 --- /dev/null +++ b/qa/suites/rgw/multisite/aes$/gcm.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + client: + rgw crypt sse algorithm: aes-256-gcm diff --git a/qa/suites/rgw/multisite/aes/.qa b/qa/suites/rgw/multisite/aes/.qa deleted file mode 120000 index a602a0353e7..00000000000 --- a/qa/suites/rgw/multisite/aes/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa/ \ No newline at end of file diff --git a/qa/suites/rgw/multisite/aes/default.yaml b/qa/suites/rgw/multisite/aes/default.yaml deleted file mode 100644 index 8b137891791..00000000000 --- a/qa/suites/rgw/multisite/aes/default.yaml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/qa/suites/rgw/multisite/aes/gcm.yaml b/qa/suites/rgw/multisite/aes/gcm.yaml deleted file mode 100644 index 007f3ae01f8..00000000000 --- a/qa/suites/rgw/multisite/aes/gcm.yaml +++ /dev/null @@ -1,5 +0,0 @@ -overrides: - ceph: - conf: - client: - rgw crypt sse algorithm: aes-256-gcm