Skip to content

Commit f23c127

Browse files
committed
Update README for the updated make targets
1 parent 6ea41db commit f23c127

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

test/e2e/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ You also have to export `CLOUDSTACK_B64ENCODED_SECRET` environment variable usin
4040
api-key = XXXXX
4141
secret-key = XXXXX
4242
api-url = http://192.168.1.96:8080/client/api
43+
verify-ssl = true or false
4344
```
4445

45-
The api-key and secret-key can be found or generated at Home > Accounts > admin > Users > admin of the ACS management UI.
46+
The api-key and secret-key can be found or generated at Home > Accounts > admin > Users > admin of the ACS management UI. `verify-ssl` is an optional flag and its default value is true. CAPC skips verifying the host SSL certificates when the flag is set to false.
4647

4748
### Running the e2e tests
4849

@@ -51,14 +52,12 @@ Run the following command to execute the CAPC e2e tests:
5152
```shell
5253
make run-e2e
5354
```
54-
This command runs all e2e test cases except k8s conformance testing
55+
This command runs all e2e test cases.
5556

56-
```shell
57-
make run-e2e-pr-blocking
58-
```
59-
This command runs the quick e2e tests for the sanity checks
57+
You can specify JOB environment variable which value is a regular expression to select test cases to execute.
58+
For example,
6059

6160
```shell
62-
make run-conformance
61+
JOB=PR-Blocking make run
6362
```
64-
This command runs the k8s conformance testing
63+
This command runs the e2e tests that contains `PR-Blocking` in their spec names.

0 commit comments

Comments
 (0)