]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: verify suite tests beast with ssl
authorCasey Bodley <cbodley@redhat.com>
Fri, 16 Mar 2018 20:33:09 +0000 (16:33 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 5 Apr 2018 19:30:22 +0000 (15:30 -0400)
instead of adding special frontend configs like civetweb_ssl.yaml and
beast_ssl.yaml, added a new proto/ subdirectory for http.yaml and
https.yaml

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/verify/frontend [new symlink]
qa/suites/rgw/verify/frontend/beast.yaml [deleted symlink]
qa/suites/rgw/verify/frontend/civetweb.yaml [deleted symlink]
qa/suites/rgw/verify/frontend/civetweb_ssl.yaml [deleted file]
qa/suites/rgw/verify/proto/http.yaml [new file with mode: 0644]
qa/suites/rgw/verify/proto/https.yaml [new file with mode: 0644]

diff --git a/qa/suites/rgw/verify/frontend b/qa/suites/rgw/verify/frontend
new file mode 120000 (symlink)
index 0000000..f67ceca
--- /dev/null
@@ -0,0 +1 @@
+../../../rgw_frontend
\ No newline at end of file
diff --git a/qa/suites/rgw/verify/frontend/beast.yaml b/qa/suites/rgw/verify/frontend/beast.yaml
deleted file mode 120000 (symlink)
index d07a47b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../../rgw_frontend/beast.yaml
\ No newline at end of file
diff --git a/qa/suites/rgw/verify/frontend/civetweb.yaml b/qa/suites/rgw/verify/frontend/civetweb.yaml
deleted file mode 120000 (symlink)
index 48cea2e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../../rgw_frontend/civetweb.yaml
\ No newline at end of file
diff --git a/qa/suites/rgw/verify/frontend/civetweb_ssl.yaml b/qa/suites/rgw/verify/frontend/civetweb_ssl.yaml
deleted file mode 100644 (file)
index c0e8352..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-overrides:
-  openssl_keys:
-    root:
-      client: client.0
-      key-type: rsa:4096
-      cn: teuthology
-      install: [client.0, client.1]
-    rgw.client.0:
-      client: client.0
-      ca: root
-      embed-key: true
-    rgw.client.1:
-      client: client.1
-      ca: root
-      embed-key: true
-  rgw:
-    frontend: civetweb
-    client.0:
-      ssl certificate: rgw.client.0
-    client.1:
-      ssl certificate: rgw.client.1
diff --git a/qa/suites/rgw/verify/proto/http.yaml b/qa/suites/rgw/verify/proto/http.yaml
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/rgw/verify/proto/https.yaml b/qa/suites/rgw/verify/proto/https.yaml
new file mode 100644 (file)
index 0000000..fb6b652
--- /dev/null
@@ -0,0 +1,20 @@
+overrides:
+  openssl_keys:
+    root:
+      client: client.0
+      key-type: rsa:4096
+      cn: teuthology
+      install: [client.0, client.1]
+    rgw.client.0:
+      client: client.0
+      ca: root
+      embed-key: true
+    rgw.client.1:
+      client: client.1
+      ca: root
+      embed-key: true
+  rgw:
+    client.0:
+      ssl certificate: rgw.client.0
+    client.1:
+      ssl certificate: rgw.client.1