ci: expect all boot debug logs on UART0 and crash logs on UART1
Following the modification in commit 0d2228c04e, anticipate that
all boot logs from BL31 will now be directed to the UART0 console.
Additionally, crash logs will continue to be output to the UART1
terminal as usual. Consequently, the corresponding expect scripts
have been updated to align with these adjustments.
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: I319a29596dd6ecd5479fa54e82da3ed0d8b9f799
diff --git a/expect/pmf-tfa-boot.exp b/expect/pmf-tfa-boot.exp
index e859e47..1d0988f 100644
--- a/expect/pmf-tfa-boot.exp
+++ b/expect/pmf-tfa-boot.exp
@@ -13,3 +13,4 @@
expect_string "PMF:cpu 0 tid 2"
expect_string "PMF:cpu 0 tid 3"
expect_string "PMF:cpu 0 tid 4"
+expect_string "PMF:cpu 0 tid 5"