diff --git a/.ci/setup/container/tpm2_common.sh b/.ci/setup/container/tpm2_common.sh index c402bbf7..cacea0f6 100755 --- a/.ci/setup/container/tpm2_common.sh +++ b/.ci/setup/container/tpm2_common.sh @@ -114,16 +114,16 @@ function resetTpm2Emulator { echo "clearing the TPM PCR values" - pkill -f "tpm2-abrmd" - pkill -f "tpm_server" - rm -rf /ibmtpm/tpmvstudio/tpm_server - /ibmtpm/src/./tpm_server & - sleep 1 - pushd /ibmtss/utils > /dev/null - ./startup - sleep 3 - popd > /dev/null - tpm2-abrmd -t socket & + #pkill -f "tpm2-abrmd" + #pkill -f "tpm_server" + rm /ibmtpm/src/NVChip + # /ibmtpm/src/./tpm_server & + # sleep 1 + # pushd /ibmtss/utils > /dev/null + # ./startup + # sleep 1 + # popd > /dev/null + # tpm2-abrmd -t socket & } # Function to update the hirs-site.config file