]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw/tempest: override frontend_prefix in tempest task 52813/head
authorCasey Bodley <cbodley@redhat.com>
Wed, 9 Aug 2023 18:58:49 +0000 (14:58 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 6 Oct 2023 14:41:36 +0000 (10:41 -0400)
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 <cbodley@redhat.com>
qa/suites/rgw/tempest/0-install.yaml
qa/suites/rgw/tempest/tasks/+ [deleted file]
qa/suites/rgw/tempest/tasks/tempest.yaml

index fc2cfcc7b6d243975011a531343f001d7082823b..f968db20c2bff8cfe4e4c04341c91eb9b3371ee8 100644 (file)
@@ -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 (file)
index e69de29..0000000
index 560e41de5bbb7745ae42f3d33ad750e86e2f6c3e..988c7515b51fdda66f3729ca8e63572a038b1929 100644 (file)
@@ -1,3 +1,9 @@
+overrides:
+  rgw:
+    client.0:
+      # tempest tests expect the swift api at the root
+      frontend_prefix: /swift
+
 tasks:
 - tempest:
     client.0: