fix(ci): update crash_roxlattables_unhanled_exception_at_el3.exp script
exception_regs.inc file has been renamed to exception_gp_regs.inc
and has been updated here.
Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com>
Change-Id: I138dd0a45acababba2d7503e75f479f59b3178dc
diff --git a/expect-lava/crash_roxlattables_unhandled_exception_at_el3.exp b/expect-lava/crash_roxlattables_unhandled_exception_at_el3.exp
index 19d7666..f30af1d 100644
--- a/expect-lava/crash_roxlattables_unhandled_exception_at_el3.exp
+++ b/expect-lava/crash_roxlattables_unhandled_exception_at_el3.exp
@@ -9,4 +9,5 @@
expect_string+=('i;Translation tables are now read-only at EL3.')
expect_string+=('i;Unhandled Exception in EL3.')
expect_string+=("i;x30")
-source $ci_root/expect-lava/exception_regs.inc
+source $ci_root/expect-lava/exception_gp_regs.inc
+source $ci_root/expect-lava/exception_sys_regs.inc
diff --git a/expect/crash_roxlattables_unhandled_exception_at_el3.exp b/expect/crash_roxlattables_unhandled_exception_at_el3.exp
index 918b3f3..aee12c2 100644
--- a/expect/crash_roxlattables_unhandled_exception_at_el3.exp
+++ b/expect/crash_roxlattables_unhandled_exception_at_el3.exp
@@ -11,5 +11,5 @@
expect_string "Translation tables are now read-only at EL3."
expect_string "Unhandled Exception in EL3."
expect_string "x30"
-
-source [file join [file dirname [info script]] exception_regs.inc]
+source [file join [file dirname [info script]] exception_gp_regs.inc]
+source [file join [file dirname [info script]] exception_sys_regs.inc]