File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
7070To format the code before submitting changes:
File renamed without changes.
You can’t perform that action at this time.
0 commit comments