Skip to content

Commit

Permalink
735 feature request implement sonobuoy golang framework for kaas conf…
Browse files Browse the repository at this point in the history
…ormance (#761)

* Inital kaas sonobuoy usage

Derived from the PoC, this commit provides the setup for the implementation of SCS-kaas tests using sonoboy and golang.

Co-authored-by: Michal Gubricky <[email protected]>
Signed-off-by: tonifinger <[email protected]>

---------

Signed-off-by: Toni Finger <[email protected]>
Signed-off-by: tonifinger <[email protected]>
Co-authored-by: Michal Gubricky <[email protected]>
  • Loading branch information
tonifinger and michal-gubricky authored Oct 2, 2024
1 parent 6a45a06 commit c16cfac
Show file tree
Hide file tree
Showing 14 changed files with 157 additions and 449 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
.DS_Store
node_modules
Tests/kaas/results/
Tests/kaas/kaas-sonobuoy-tests/results/
*.tar.gz

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y wget jq && \
fi && \
chmod +x /usr/bin/kubectl

COPY ./scs_k8s_tests /src/scs_k8s_tests
COPY ./scs_k8s_conformance_tests /src/scs_k8s_conformance_tests
WORKDIR /src
COPY go.* /src/
ENV CGO_ENABLED=0
Expand Down
Loading

0 comments on commit c16cfac

Please sign in to comment.