Add e2e test for OCSP and new configmap setting
This commit is contained in:
parent
6e8c68d888
commit
d18fa90cfd
19 changed files with 1299 additions and 9 deletions
3
test/e2e-image/.gitignore
vendored
3
test/e2e-image/.gitignore
vendored
|
|
@ -2,3 +2,6 @@ e2e.test
|
|||
ginkgo
|
||||
kubectl
|
||||
charts/*
|
||||
*.json
|
||||
*.db
|
||||
*.go
|
||||
|
|
|
|||
|
|
@ -17,12 +17,6 @@ RUN curl -sSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-hel
|
|||
COPY --from=BASE /go/bin/ginkgo /usr/local/bin/
|
||||
COPY --from=BASE /usr/local/bin/kubectl /usr/local/bin/
|
||||
|
||||
COPY e2e.sh /e2e.sh
|
||||
COPY namespace-overlays /namespace-overlays
|
||||
|
||||
COPY wait-for-nginx.sh /
|
||||
COPY e2e.test /
|
||||
|
||||
COPY charts /charts
|
||||
COPY . /
|
||||
|
||||
CMD [ "/e2e.sh" ]
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ endif
|
|||
cp $(DIR)/../e2e/wait-for-nginx.sh .
|
||||
cp -R $(DIR)/../../charts .
|
||||
|
||||
# TODO: avoid manual copy
|
||||
cp -R $(DIR)/../../test/e2e/settings/ocsp/* .
|
||||
|
||||
docker buildx build \
|
||||
--load \
|
||||
--progress plain \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue