fix(expect): update crash test expectations

This change updates the crash test expectations to reflect the real
output of their tests, as they've become outdated. We haven't noticed
because these scripts were not attached to the payload UART of any
tests, which is the only situation in which the result of the Expect
script could determine the success of the test.

This change also ensures that tests using these scripts have them set as
the payload script, as opposed to the timeout scripts they typically
use.

Signed-off-by: Chris Kay <chris.kay@arm.com>
Change-Id: Ic9870a0aa6a191cdb6b02fcedeaea0490377704c
diff --git a/expect-lava/crash_test.exp b/expect-lava/crash_test.exp
index f967195..5305978 100644
--- a/expect-lava/crash_test.exp
+++ b/expect-lava/crash_test.exp
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2021 Arm Limited. All rights reserved.
+# Copyright (c) 2021-2022 Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
@@ -7,10 +7,7 @@
 #
 
 expect_string+=('i;Unhandled External Abort received')
-expect_string+=('i;BACKTRACE: START: plat_ea_handler')
-expect_string+=('i;BACKTRACE: END: plat_ea_handler')
-expect_string+=('i;PANIC in EL3')
-expect_string+=('i;x30')
+expect_string+=('i;Unhandled Exception from EL2')
 expect_string+=('i;x0')
 expect_string+=('i;x1')
 expect_string+=('i;x2')
@@ -41,6 +38,7 @@
 expect_string+=('i;x27')
 expect_string+=('i;x28')
 expect_string+=('i;x29')
+expect_string+=('i;x30')
 expect_string+=('i;scr_el3')
 expect_string+=('i;sctlr_el3')
 expect_string+=('i;cptr_el3')