Skip to content

Commit

Permalink
dasharo-security/tpm-support.robot: Fix skip conditions in WIP code
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Czapla <[email protected]>
  • Loading branch information
SebastianCzapla committed Jan 28, 2025
1 parent c4aab60 commit d1d8400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dasharo-security/tpm-support.robot
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ TPM003.003 Check TPM Physical Presence Interface (Windows)
# TPM003.004 Change active PCR banks with TPM PPI (firmware)
# [Documentation] This test aims to verify that the TPM Physical Presence
# ... Interface is working properly in the firmware by changing active TPM PCR banks.
# Skip If not ${TPM_SUPPORTED_VERSION} TPM003.004 not supported
# Skip If not ${tests_in_ubuntu_support} TPM003.004 not supported
# Skip If not ${TPM_SUPPORTED_VERSION} == None TPM003.004 not supported
# Skip If not ${TESTS_IN_UBUNTU_SUPPORT} TPM003.004 not supported
# TODO: https://docs.dasharo.com/unified-test-documentation/dasharo-security/200-tpm-support/#tpm003004-change-active-pcr-banks-with-tpm-ppi-firmware


Expand Down
2 changes: 0 additions & 2 deletions platform-configs/protectli-vp6650.robot
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ ${PLATFORM_RAM_SIZE}= 65536
... 64-62-66-22-84-f6
... 64-62-66-22-84-f7
... 64-62-66-22-84-f8

${TPM_SUPPORTED_VERSION}= ${None}

0 comments on commit d1d8400

Please sign in to comment.