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 12, 2024
1 parent a045075 commit afaf665
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
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 afaf665

Please sign in to comment.