unskip the ocsp tests and update images to fix cfssl bug (#11606)
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
125ffd47b1
commit
a6727d81e7
4 changed files with 12 additions and 3 deletions
|
|
@ -9,7 +9,8 @@ RUN apk update \
|
|||
bash \
|
||||
tzdata \
|
||||
libc6-compat \
|
||||
openssl
|
||||
openssl \
|
||||
sqlite-dev
|
||||
|
||||
COPY --from=BASE /go/bin/ginkgo /usr/local/bin/
|
||||
COPY --from=BASE /usr/local/bin/helm /usr/local/bin/
|
||||
|
|
|
|||
|
|
@ -47,12 +47,15 @@ var _ = framework.DescribeSetting("OCSP", func() {
|
|||
})
|
||||
|
||||
ginkgo.It("should enable OCSP and contain stapling information in the connection", func() {
|
||||
ginkgo.Skip("Skipped due to a bug with cfssl and Alpine")
|
||||
host := "www.example.com"
|
||||
|
||||
f.UpdateNginxConfigMapData("enable-ocsp", "true")
|
||||
|
||||
err := prepareCertificates(f.Namespace)
|
||||
if err != nil {
|
||||
ginkgo.By(fmt.Sprintf("Prepare Certs error %v", err.Error()))
|
||||
}
|
||||
|
||||
assert.Nil(ginkgo.GinkgoT(), err)
|
||||
|
||||
ing := framework.NewSingleIngressWithTLS(host, "/", host, []string{host}, f.Namespace, framework.EchoService, 80, nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue