]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw/tempest: override frontend_prefix in tempest task
authorCasey Bodley <cbodley@redhat.com>
Wed, 9 Aug 2023 18:58:49 +0000 (14:58 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 28 Jan 2025 14:31:12 +0000 (09:31 -0500)
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>
(cherry picked from commit c19aab4c31e89defca9409440463f4654b6cafd5)

qa/suites/rgw/tempest/0-install.yaml
qa/suites/rgw/tempest/tasks/+ [deleted file]
qa/suites/rgw/tempest/tasks/tempest.yaml

index d67cba6bc7687852656b4d6f7c8958037e96ff70..b6ef17de4ee258de5fb7c40d7873dade91fcfaa8 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 29017bc00cbc5d12efe804ee17562affd745bd45..cae0b3362ca1a228ee6cf1f7527db1d21a4eafb0 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: