Skip to content

Commit

Permalink
[Test] only run 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 6864e7b commit f93cb1f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
cp Build/OvmfX64/RELEASE_GCC5/FV/OVMF.fd ../run-user-td/
popd
- name: Run test - Config A
run: |
pushd sh_script
python -m pytest -k "config_A"
popd
# - name: Run test - Config A
# run: |
# pushd sh_script
# python -m pytest -k "config_A"
# popd

- name: Run test - Config A + Tpm cmd
run: |
Expand All @@ -83,11 +83,11 @@ jobs:
cp Build/IntelTdx/RELEASE_GCC5/FV/OVMF.fd ../run-user-td/
popd
- name: Run test - Config B + no secure boot
run: |
pushd sh_script
python -m pytest -k "config_B_no_sb"
popd
# - name: Run test - Config B + no secure boot
# run: |
# pushd sh_script
# python -m pytest -k "config_B_no_sb"
# popd

- name: Run test - Config B + no secure boot + Tpm cmd
run: |
Expand Down

0 comments on commit f93cb1f

Please sign in to comment.