Skip to content

Commit 77a1bcc

Browse files
Willy Zhangwillyzha
authored andcommitted
Rename run_client_test.sh to run_ate_tests.sh
Signed-off-by: Willy Zhang <[email protected]>
1 parent e931837 commit 77a1bcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
- name: Run TLS test
6464
run: OPENTITAN_VAR_DIR=$(pwd)/.otvar-dev ./integration/run_tls_test.sh --prod
6565
- name: Run integration tests (SoftHSM2)
66-
run: OT_PROV_ORCHESTRATOR_PATH="${OT_PROV_ORCHESTRATOR_PATH}" OT_PROV_ORCHESTRATOR_UNPACK="${OT_PROV_ORCHESTRATOR_UNPACK}" OPENTITAN_VAR_DIR=$(pwd)/.otvar-dev ./integration/run_client_tests.sh
66+
run: OT_PROV_ORCHESTRATOR_PATH="${OT_PROV_ORCHESTRATOR_PATH}" OT_PROV_ORCHESTRATOR_UNPACK="${OT_PROV_ORCHESTRATOR_UNPACK}" OPENTITAN_VAR_DIR=$(pwd)/.otvar-dev ./integration/run_ate_tests.sh
6767
- name: Run integration tests (Thales HSM)
68-
run: OT_PROV_ORCHESTRATOR_PATH="${OT_PROV_ORCHESTRATOR_PATH}" OT_PROV_ORCHESTRATOR_UNPACK="${OT_PROV_ORCHESTRATOR_UNPACK}" OPENTITAN_VAR_DIR=$(pwd)/.otvar-prod ./integration/run_client_tests.sh --prod
68+
run: OT_PROV_ORCHESTRATOR_PATH="${OT_PROV_ORCHESTRATOR_PATH}" OT_PROV_ORCHESTRATOR_UNPACK="${OT_PROV_ORCHESTRATOR_UNPACK}" OPENTITAN_VAR_DIR=$(pwd)/.otvar-prod ./integration/run_ate_tests.sh --prod

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To run integration test cases:
6464

6565
```console
6666
$ ./integration/run_pa_loadtest.sh
67-
$ ./integration/run_client_tests.sh
67+
$ ./integration/run_ate_tests.sh
6868
```
6969

7070
To format the code before submitting changes:

0 commit comments

Comments
 (0)