diff options
author | Casey Bodley <cbodley@redhat.com> | 2023-12-17 02:52:14 +0100 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2024-04-10 19:09:14 +0200 |
commit | ff81a31ad678472e6847ad39f57e14efd89b0ead (patch) | |
tree | 0c3a439dd9b910dd9914a3ebfadbb0d1b03a1a88 /qa/suites/rgw/verify | |
parent | rgw/acl: create_policy_from_headers() can yield (diff) | |
download | ceph-ff81a31ad678472e6847ad39f57e14efd89b0ead.tar.xz ceph-ff81a31ad678472e6847ad39f57e14efd89b0ead.zip |
qa/rgw: create accounts for random s3test users
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'qa/suites/rgw/verify')
-rw-r--r-- | qa/suites/rgw/verify/accounts$/main-tenant.yaml | 5 | ||||
-rw-r--r-- | qa/suites/rgw/verify/accounts$/main.yaml | 4 | ||||
-rw-r--r-- | qa/suites/rgw/verify/accounts$/none.yaml | 0 | ||||
-rw-r--r-- | qa/suites/rgw/verify/accounts$/tenant.yaml | 4 | ||||
-rw-r--r-- | qa/suites/rgw/verify/overrides.yaml | 3 |
5 files changed, 16 insertions, 0 deletions
diff --git a/qa/suites/rgw/verify/accounts$/main-tenant.yaml b/qa/suites/rgw/verify/accounts$/main-tenant.yaml new file mode 100644 index 00000000000..27dfb554d45 --- /dev/null +++ b/qa/suites/rgw/verify/accounts$/main-tenant.yaml @@ -0,0 +1,5 @@ +overrides: + s3tests: + accounts: + s3 main: RGW11111111111111111 + s3 tenant: RGW33333333333333333 diff --git a/qa/suites/rgw/verify/accounts$/main.yaml b/qa/suites/rgw/verify/accounts$/main.yaml new file mode 100644 index 00000000000..a4f89ca51c5 --- /dev/null +++ b/qa/suites/rgw/verify/accounts$/main.yaml @@ -0,0 +1,4 @@ +overrides: + s3tests: + accounts: + s3 main: RGW11111111111111111 diff --git a/qa/suites/rgw/verify/accounts$/none.yaml b/qa/suites/rgw/verify/accounts$/none.yaml new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/qa/suites/rgw/verify/accounts$/none.yaml diff --git a/qa/suites/rgw/verify/accounts$/tenant.yaml b/qa/suites/rgw/verify/accounts$/tenant.yaml new file mode 100644 index 00000000000..bdad8609403 --- /dev/null +++ b/qa/suites/rgw/verify/accounts$/tenant.yaml @@ -0,0 +1,4 @@ +overrides: + s3tests: + accounts: + s3 tenant: RGW33333333333333333 diff --git a/qa/suites/rgw/verify/overrides.yaml b/qa/suites/rgw/verify/overrides.yaml index a881ce5cbe2..cff73dc660e 100644 --- a/qa/suites/rgw/verify/overrides.yaml +++ b/qa/suites/rgw/verify/overrides.yaml @@ -16,3 +16,6 @@ overrides: storage classes: LUKEWARM, FROZEN s3tests: storage classes: LUKEWARM, FROZEN + accounts: + iam root: RGW88888888888888888 + iam alt root: RGW99999999999999999 |