Skip to content

Commit

Permalink
CI: enroll preproduction ca for integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 committed Jan 4, 2024
1 parent 78a50e2 commit c8f8e41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tdx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: bash sh_script/preparation.sh

- name: Build Migration TD binary
run: cargo image --policy config/policy_pre_production_fmspc.json
run: cargo image --policy config/policy_pre_production_fmspc.json --root-ca config/Intel_SGX_Provisioning_Certification_RootCA_preproduction.cer

- name: Run Tests - Test Migration TD 20 Cycles
run: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: bash sh_script/preparation.sh

- name: Build Migration TD binary
run: cargo image --no-default-features --features remote-attestation,stack-guard,virtio-serial --policy config/policy_pre_production_fmspc.json
run: cargo image --no-default-features --features remote-attestation,stack-guard,virtio-serial --policy config/policy_pre_production_fmspc.json --root-ca config/Intel_SGX_Provisioning_Certification_RootCA_preproduction.cer

- name: Run Tests - Test Migration TD 20 Cycles
run: |
Expand Down
4 changes: 2 additions & 2 deletions doc/integration_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stress_test_cycles = 1
## Build & Test
### Build Migration TD binary - Vsock
```
cargo image --policy config/policy_pre_production_fmspc.json
cargo image --policy config/policy_pre_production_fmspc.json --root-ca config/Intel_SGX_Provisioning_Certification_RootCA_preproduction.cer
```
### Run Test
Set stress_test_cycles to 1 in configration file.
Expand All @@ -50,7 +50,7 @@ popd
```
### Build Migration TD binary - Serial
```
cargo image --no-default-features --features remote-attestation,stack-guard,virtio-serial --policy config/policy_pre_production_fmspc.json
cargo image --no-default-features --features remote-attestation,stack-guard,virtio-serial --policy config/policy_pre_production_fmspc.json --root-ca config/Intel_SGX_Provisioning_Certification_RootCA_preproduction.cer
```
### Run Test
Set stress_test_cycles to 1 in configration file.
Expand Down

0 comments on commit c8f8e41

Please sign in to comment.