37
37
```
38
38
39
39
``` text
40
- add-local-ip-to-cluster Add local IP to the GKE cluster master-authorized-networks
41
- cleanup-gcp Cleanup all GCP resources
42
- cleanup-router Delete the GKE router
43
- cleanup-vm Delete the test GCP VM and delete the firewall rule
44
- create-and-setup-vm Create and setup a GCP VM for tests
45
- create-gke-cluster Create a GKE cluster
46
- create-gke-router Create a GKE router to allow egress traffic from private nodes (allows for external image pulls)
47
- create-kind-cluster Create a kind cluster
48
- delete-gke-cluster Delete the GKE cluster
49
- delete-kind-cluster Delete kind cluster
50
- functional-test-nginx-plus Run the functional tests with NGINX Plus against your default k8s cluster
51
- functional-test Run the functional tests with NGINX against your default k8s cluster
52
- help Display this help
53
- load-images-with-plus Load NGF and NGINX Plus images on configured kind cluster
54
- load-images Load NGF and NGINX images on configured kind cluster
55
- run-tests-on-vm Run the tests on a GCP VM
56
- setup-gcp-and-run-tests Create and setup a GKE router and GCP VM for tests and run the tests
57
- test Run the system tests against your default k8s cluster
40
+ add-local-ip-to-cluster Add local IP to the GKE cluster master-authorized-networks
41
+ cleanup-gcp Cleanup all GCP resources
42
+ cleanup-router Delete the GKE router
43
+ cleanup-vm Delete the test GCP VM and delete the firewall rule
44
+ create-and-setup-vm Create and setup a GCP VM for tests
45
+ create-gke-cluster Create a GKE cluster
46
+ create-gke-router Create a GKE router to allow egress traffic from private nodes (allows for external image pulls)
47
+ create-kind-cluster Create a kind cluster
48
+ delete-gke-cluster Delete the GKE cluster
49
+ delete-kind-cluster Delete kind cluster
50
+ functional-test-nginx-plus Run the functional tests with NGINX Plus against your default k8s cluster
51
+ functional-test Run the functional tests with NGINX against your default k8s cluster
52
+ help Display this help
53
+ load-images-with-plus Load NGF and NGINX Plus images on configured kind cluster
54
+ load-images Load NGF and NGINX images on configured kind cluster
55
+ run-tests-on-vm Run the tests on a GCP VM
56
+ setup-gcp-and-run-tests Create and setup a GKE router and GCP VM for tests and run the tests
57
+ test Run the system tests against your default k8s cluster
58
58
```
59
59
60
60
** Note:** The following variables are configurable when running the below ` make ` commands:
@@ -128,7 +128,7 @@ make build-images-with-plus load-images-with-plus TAG=$(whoami)
128
128
129
129
## Step 3 - Run the tests
130
130
131
- ### 3a - Run all the tests locally
131
+ ### 3a - Run the tests locally
132
132
133
133
``` makefile
134
134
make test TAG=$(whoami)
@@ -140,19 +140,7 @@ Or, to run the tests with NGINX Plus enabled:
140
140
make test TAG=$(whoami) PLUS_ENABLED=true
141
141
```
142
142
143
- ### 3b - Run the functional tests locally
144
-
145
- ``` makefile
146
- make functional-test TAG=$(whoami)
147
- ```
148
-
149
- Or, to run the tests with NGINX Plus enabled:
150
-
151
- ``` makefile
152
- make functional-test-nginx-plus TAG=$(whoami)
153
- ```
154
-
155
- ### 3c - Run the tests on a GKE cluster from a GCP VM
143
+ ### 3b - Run the tests on a GKE cluster from a GCP VM
156
144
157
145
This step only applies if you would like to run the tests on a GKE cluster from a GCP based VM.
158
146
0 commit comments