Add a new test config that boots Cactus SP on EL3 SPMC
This patch adds a new test config and required fragments to boot
Cactus secure partition on EL3 SPMC.
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
Change-Id: I969250542464ad0bd686e24a82fc04937663d25d
diff --git a/expect/tftf_cactus.exp b/expect/tftf_cactus.exp
new file mode 100644
index 0000000..840c9b0
--- /dev/null
+++ b/expect/tftf_cactus.exp
@@ -0,0 +1,17 @@
+#
+# Copyright (c) 2019-2024 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+# Expect script for the test Secure Partition Cactus
+#
+
+source [file join [file dirname [info script]] handle-arguments.inc]
+
+source [file join [file dirname [info script]] trusted-firmware.inc]
+
+expect_string "Booting Secure Partition "
+
+source [file join [file dirname [info script]] tftf.inc]
+
+source [file join [file dirname [info script]] uart-hold.inc]