diff options
author | Casey Bodley <cbodley@redhat.com> | 2024-11-19 17:22:57 +0100 |
---|---|---|
committer | Pritha Srivastava <prsrivas@redhat.com> | 2024-11-25 05:53:57 +0100 |
commit | 771f16e582479fd0c72f943a47fdee6d62b37ca3 (patch) | |
tree | ebf7f124467a91000c6418c0ce5ead4f52d107a9 /qa | |
parent | qa/rgw/keystone: run s3tests against both auth orders (diff) | |
download | ceph-771f16e582479fd0c72f943a47fdee6d62b37ca3.tar.xz ceph-771f16e582479fd0c72f943a47fdee6d62b37ca3.zip |
qa/rgw/sts: run s3tests against both auth orders
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'qa')
l--------- | qa/suites/rgw/sts/auth-order/.qa | 1 | ||||
-rw-r--r-- | qa/suites/rgw/sts/auth-order/local-sts.yaml | 5 | ||||
-rw-r--r-- | qa/suites/rgw/sts/auth-order/sts-local.yaml | 5 |
3 files changed, 11 insertions, 0 deletions
diff --git a/qa/suites/rgw/sts/auth-order/.qa b/qa/suites/rgw/sts/auth-order/.qa new file mode 120000 index 00000000000..fea2489fdf6 --- /dev/null +++ b/qa/suites/rgw/sts/auth-order/.qa @@ -0,0 +1 @@ +../.qa
\ No newline at end of file diff --git a/qa/suites/rgw/sts/auth-order/local-sts.yaml b/qa/suites/rgw/sts/auth-order/local-sts.yaml new file mode 100644 index 00000000000..2f7dcc6b128 --- /dev/null +++ b/qa/suites/rgw/sts/auth-order/local-sts.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + client: + rgw s3 auth order: local, sts, external diff --git a/qa/suites/rgw/sts/auth-order/sts-local.yaml b/qa/suites/rgw/sts/auth-order/sts-local.yaml new file mode 100644 index 00000000000..a7b00d00f0b --- /dev/null +++ b/qa/suites/rgw/sts/auth-order/sts-local.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + client: + rgw s3 auth order: sts, local, external |