Skip to content

Commit 77572be

Browse files
committed
Inital kaas sonobuoy usage
Derived from the PoC, this commit presents the setup for the provision of SCS-kaas tests using sonoboy and golang. Signed-off-by: Toni Finger <[email protected]>
1 parent d909e9f commit 77572be

File tree

11 files changed

+2
-2
lines changed

11 files changed

+2
-2
lines changed

Tests/kaas/kaas-sonobuoy-go-example-e2e-framework/Dockerfile renamed to Tests/kaas/kaas-sonobuoy-tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y wget jq && \
1515
fi && \
1616
chmod +x /usr/bin/kubectl
1717

18-
COPY ./scs_k8s_tests /src/scs_k8s_tests
18+
COPY ./scs_k8s_conformance_tests /src/scs_k8s_conformance_tests
1919
WORKDIR /src
2020
COPY go.* /src/
2121
ENV CGO_ENABLED=0
File renamed without changes.

Tests/kaas/kaas-sonobuoy-go-example-e2e-framework/plugin.yaml renamed to Tests/kaas/kaas-sonobuoy-tests/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonobuoy-config:
22
driver: Job
3-
plugin-name: scsconformance
3+
plugin-name: scs-conformance
44
result-format: gojson
55
description: An easy to start from project for making K8s aware tests.
66
spec:

0 commit comments

Comments
 (0)