Skip to content

Commit

Permalink
CI: add tpm cmd case
Browse files Browse the repository at this point in the history
Signed-off-by: Ceping Sun <[email protected]>
  • Loading branch information
sunceping committed Jul 11, 2024
1 parent a045075 commit 6864e7b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout sources - TDVF
run: |
rm -rf ../vtpm-tdvf
git clone --recursive --single-branch -b 2024-tdvf-ww01.4 https://github.com/tianocore/edk2-staging ../vtpm-tdvf
git clone --recursive --single-branch -b updateConfigB.v1 https://github.com/sunceping/edk2-staging.git ../vtpm-tdvf
- name: Build vTPM td
run: |
Expand Down Expand Up @@ -66,6 +66,12 @@ jobs:
python -m pytest -k "config_A"
popd
- name: Run test - Config A + Tpm cmd
run: |
pushd sh_script
python -m pytest -k "tpm_cmd"
popd
- name: Build Config-B TDVF without secure boot
run: |
pushd ../vtpm-tdvf
Expand All @@ -82,7 +88,13 @@ jobs:
pushd sh_script
python -m pytest -k "config_B_no_sb"
popd
- name: Run test - Config B + no secure boot + Tpm cmd
run: |
pushd sh_script
python -m pytest -k "tpm_cmd"
popd
- name: Build Config-B TDVF with secure boot
run: |
pushd ../vtpm-tdvf
Expand Down

0 comments on commit 6864e7b

Please sign in to comment.