diff options
Diffstat (limited to 'qa/suites/rgw/verify/accounts$')
-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 |
4 files changed, 13 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 |