File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- # Plugin for provisioning k8s clusters and performing conformance tests on these clusters
1+ # Test suite for SCS-compatible KaaS
22
33## Development environment
44
55### requirements
66
77* [ docker] ( https://docs.docker.com/engine/install/ )
88* [ kind] ( https://kind.sigs.k8s.io/docs/user/quick-start/#installation )
9+ * [ sonobuoy] ( https://sonobuoy.io/docs/v0.57.1/#installation )
910
1011### setup for development
1112
1920 (venv) curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
2021 (venv) python3.10 -m pip install --upgrade pip
2122 (venv) python3.10 -m pip --version
22-
2323 ```
2424
25252 . Install dependencies:
Original file line number Diff line number Diff line change 11pytest-kind
22kubernetes
3+ junitparser
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ google-auth==2.34.0
1616 # via kubernetes
1717idna == 3.8
1818 # via requests
19+ junitparser == 3.2.0
20+ # via -r requirements.in
1921kubernetes == 30.1.0
2022 # via -r requirements.in
2123oauthlib == 3.2.2
You can’t perform that action at this time.
0 commit comments