Skip to content

Commit 98b3325

Browse files
gerbsenfkr
authored andcommitted
Update README with instructions for sonobuoy
Reword instructions for installing test dependencies and add note about Sonobuoy installation. Signed-off-by: gerbsen <1186245+gerbsen@users.noreply.github.com>
1 parent 119557e commit 98b3325

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Tests/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ and executes the test executables referenced in there.
66

77
## Local execution (Linux, BSD, ...)
88

9-
On your Linux machine, please ensure you have installed the testsuite dependencies
10-
from `requirements.txt`. We recommended using Python >= 3.10 and to install the
9+
Please ensure you have installed the testsuite dependencies from `requirements.txt`
10+
on your machine. We recommended using Python >= 3.10 and to install the
1111
requirements into a virtualenv as follows:
1212

1313
```shell
14+
cd Tests
1415
python3 -m venv .venv && source .venv/bin/activate
1516
pip install -r requirements.txt
1617
```
@@ -27,6 +28,9 @@ Install IaaS-specific requirements:
2728
pip install -r iaas/requirements.txt
2829
```
2930

31+
Make sure that you have Sonobuoy (diagnostic tool that makes it easier to understand the state of a K8s cluster) installed.
32+
You can find install instructions [here](https://sonobuoy.io/docs/main/).
33+
3034
With a cloud environment configured in your `~/.config/openstack/clouds.yaml`
3135
and `secure.yaml`, then run
3236

0 commit comments

Comments
 (0)