From: Casey Bodley Date: Wed, 9 Aug 2023 18:58:49 +0000 (-0400) Subject: qa/rgw/tempest: override frontend_prefix in tempest task X-Git-Tag: v19.0.0~60^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F52813%2Fhead;p=ceph.git qa/rgw/tempest: override frontend_prefix in tempest task tempest relies on `frontend_prefix: /swift` to serve the swift api from the root path s3tests relies on the same for s3. move the frontend_prefix override into the tempest task so it doesn't apply to s3tests Signed-off-by: Casey Bodley --- diff --git a/qa/suites/rgw/tempest/0-install.yaml b/qa/suites/rgw/tempest/0-install.yaml index fc2cfcc7b6d2..f968db20c2bf 100644 --- a/qa/suites/rgw/tempest/0-install.yaml +++ b/qa/suites/rgw/tempest/0-install.yaml @@ -11,5 +11,4 @@ tasks: description: Swift Service - rgw: client.0: - frontend_prefix: /swift use-keystone-role: client.0 diff --git a/qa/suites/rgw/tempest/tasks/+ b/qa/suites/rgw/tempest/tasks/+ deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/qa/suites/rgw/tempest/tasks/tempest.yaml b/qa/suites/rgw/tempest/tasks/tempest.yaml index 560e41de5bbb..988c7515b51f 100644 --- a/qa/suites/rgw/tempest/tasks/tempest.yaml +++ b/qa/suites/rgw/tempest/tasks/tempest.yaml @@ -1,3 +1,9 @@ +overrides: + rgw: + client.0: + # tempest tests expect the swift api at the root + frontend_prefix: /swift + tasks: - tempest: client.0: