You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -86,15 +86,15 @@ provider.
86
86
**Flattening and Helper Tests:** These can be run by `make test` directly.
87
87
88
88
**Acceptance Tests:** Set the environment variables in your IDE configurations or Terminal.
89
-
Environment variables that are required to be set universally are `TMC_ENDPOINT`, `TMC_CSP_ENDPOINT`, `TMC_CSP_TOKEN`and `TF_ACC`. `TF_ACC` has to be set as `true`.
89
+
Environment variables that are required to be set universally are `TMC_ENDPOINT`, `TMC_CSP_ENDPOINT`and `TMC_CSP_TOKEN`.
90
90
91
91
Environment variables specific to particular resources:
92
92
93
93
-**Attach Cluster with Kubeconfig and Namespace Resource** - `KUBECONFIG`
94
94
-**TKGs workload cluster** - `MANAGEMENT_CLUSTER`, `PROVISIONER_NAME`, `VERSION` and `STORAGE_CLASS`.
95
95
-**TKGm Vsphere workload cluster** - `MANAGEMENT_CLUSTER` and `CONTROL_PLANE_ENDPOINT`.
96
96
97
-
After the environment variables are set, run the respective tests.
97
+
After the environment variables are set, run `make acc-test`.
0 commit comments