From c19aab4c31e89defca9409440463f4654b6cafd5 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 9 Aug 2023 14:58:49 -0400 Subject: [PATCH] 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 --- qa/suites/rgw/tempest/0-install.yaml | 1 - qa/suites/rgw/tempest/tasks/+ | 0 qa/suites/rgw/tempest/tasks/tempest.yaml | 6 ++++++ 3 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 qa/suites/rgw/tempest/tasks/+ diff --git a/qa/suites/rgw/tempest/0-install.yaml b/qa/suites/rgw/tempest/0-install.yaml index fc2cfcc7b6d24..f968db20c2bff 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 e69de29bb2d1d..0000000000000 diff --git a/qa/suites/rgw/tempest/tasks/tempest.yaml b/qa/suites/rgw/tempest/tasks/tempest.yaml index 560e41de5bbb7..988c7515b51fd 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: -- 2.39.5