Skip to content

Commit 0601e56

Browse files
cbodleypritha-srivastava
authored andcommitted
qa/rgw/keystone: run s3tests against both auth orders
we've only been testing the default configuration for `rgw_s3_auth_order: sts, external, local`, but local before external should work too. split the s3tests task into two jobs, one for each auth order relates to https://tracker.ceph.com/issues/68393 Signed-off-by: Casey Bodley <[email protected]>
1 parent 543fd10 commit 0601e56

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

qa/suites/rgw/tempest/tasks/s3/%

Whitespace-only changes.

qa/suites/rgw/tempest/tasks/s3/.qa

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.qa
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
overrides:
2+
ceph:
3+
conf:
4+
client:
5+
rgw s3 auth order: sts, external, local
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
overrides:
2+
ceph:
3+
conf:
4+
client:
5+
rgw s3 auth order: sts, local, external
File renamed without changes.

0 commit comments

Comments
 (0)