]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: verify suite tests civetweb with ssl 20444/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 13 Feb 2018 18:43:46 +0000 (13:43 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 9 Mar 2018 21:33:10 +0000 (16:33 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/verify/frontend [deleted symlink]
qa/suites/rgw/verify/frontend/beast.yaml [new symlink]
qa/suites/rgw/verify/frontend/civetweb.yaml [new symlink]
qa/suites/rgw/verify/frontend/civetweb_ssl.yaml [new file with mode: 0644]
qa/suites/rgw/verify/tasks/rgw_tests.yaml

diff --git a/qa/suites/rgw/verify/frontend b/qa/suites/rgw/verify/frontend
deleted file mode 120000 (symlink)
index f67ceca..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../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
new file mode 120000 (symlink)
index 0000000..d07a47b
--- /dev/null
@@ -0,0 +1 @@
+../../../../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
new file mode 120000 (symlink)
index 0000000..48cea2e
--- /dev/null
@@ -0,0 +1 @@
+../../../../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
new file mode 100644 (file)
index 0000000..9d4368e
--- /dev/null
@@ -0,0 +1,21 @@
+overrides:
+  ssl:
+    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
index ccc4988d9e795c6cb20175c2833dd3fa105bd760..be55267e5412c4376e6dc1a8ca47840ed9ad8829 100644 (file)
@@ -5,6 +5,7 @@ tasks:
 - install:
     flavor: notcmalloc
 - ceph:
+- ssl:
 - rgw:
     client.0:
       valgrind: [--tool=memcheck]