File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ This repository contains end-to-end tests for Kuadrant project. It supports runn
5
5
## Requirements
6
6
7
7
### Authorino standalone tests
8
- * OpenShift 4.x cluster
8
+ * Kubernetes cluster
9
9
* Authorino Operator installed
10
10
* Use ` authorino-standalone ` make target
11
11
12
12
### Service Protection tests
13
- * OpenShift 4.x cluster
13
+ * Kubernetes cluster
14
14
* Kuadrant Operator installed
15
15
* Use ` test ` make target
16
16
@@ -56,7 +56,7 @@ Requirements:
56
56
* Python 3.11+
57
57
* [ poetry] ( https://python-poetry.org/ )
58
58
* [ CFSSL] ( https://github.com/cloudflare/cfssl )
59
- * [ OpenShift CLI tools ] ( https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/getting-started-cli.html ) (oc )
59
+ * [ kubectl ] ( https://kubernetes.io/docs/reference/kubectl/ ) (kubectl )
60
60
61
61
If you have all of those, you can run ``` make poetry ``` to install virtual environment and all dependencies
62
62
To run all tests you can then use ``` make test ```
You can’t perform that action at this time.
0 commit comments