fix(ci): fix local ci failure on psa-mbedtls-mb configs
This patch fixes local ci failures caused by the end of crypto library
use notification being captured in the TF-A event log when using the
mbedtls crypto library with measured boot.
Signed-off-by: Slava Andrianov <slava.andrianov@arm.com>
Change-Id: I778fb3773e99ec52ecf45666653dc5528e851bf2
diff --git a/expect/linux-tpm-384.exp b/expect/linux-tpm-384.exp
index 88410ed..9dd4731 100644
--- a/expect/linux-tpm-384.exp
+++ b/expect/linux-tpm-384.exp
@@ -18,7 +18,7 @@
# regexp for non-zero PCR0
set non_zero_pcr "(?!(\\s00){16})((\\s(\[0-9a-f\]){2}){16}\\s)"
-capture_log $TFA_DIGEST "Booting BL31"
+capture_log $TFA_DIGEST "Booting BL31|Finished using crypto library"
expect {
"login" {
@@ -52,4 +52,4 @@
expect_string "#" "finished reading PCRs"
-compare_log $TFA_DIGEST $FTPM_DIGEST
\ No newline at end of file
+compare_log $TFA_DIGEST $FTPM_DIGEST
diff --git a/expect/linux-tpm.exp b/expect/linux-tpm.exp
index e5d255c..27ff89e 100644
--- a/expect/linux-tpm.exp
+++ b/expect/linux-tpm.exp
@@ -17,7 +17,7 @@
set non_zero_pcr "(?!(\\s00){16})((\\s(\[0-9a-f\]){2}){16}\\s)"
set zero_pcr "(\\s00){16}\\s+(00\\s){16}"
-capture_log $TFA_DIGEST "Booting BL31"
+capture_log $TFA_DIGEST "Booting BL31|Finished using crypto library"
expect {
"login" {
@@ -70,4 +70,4 @@
expect_string "#" "finished reading PCRs"
-compare_log $TFA_DIGEST $FTPM_DIGEST
\ No newline at end of file
+compare_log $TFA_DIGEST $FTPM_DIGEST