ci: expect all debug logs on UART0 and crash logs on UART1
Following the modification in commit c864af989, 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: Ia895e43ea3f660150eebffe55bdf21ed25ae5660
diff --git a/expect/roxlattables.exp b/expect/roxlattables.exp
new file mode 100644
index 0000000..724e24f
--- /dev/null
+++ b/expect/roxlattables.exp
@@ -0,0 +1,11 @@
+#
+# Copyright (c) 2024, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+# Expect script for Trusted Firmware Test Framework
+#
+
+source [file join [file dirname [info script]] handle-arguments.inc]
+
+expect_string "Translation tables are now read-only at EL3."