feat(pmf): capture timestamps in bl stages
Added test_group to test bl-marker.
ci script will fail if pmf timecaptures are not present, in
the uart 0 log.
Signed-off-by: Thaddeus Serna <Thaddeus.Gonzalez-Serna@arm.com>
Change-Id: I7e7d2dcb119f1c209f871af34644f7745351ec9e
diff --git a/expect/pmf-tfa-boot.exp b/expect/pmf-tfa-boot.exp
new file mode 100644
index 0000000..e859e47
--- /dev/null
+++ b/expect/pmf-tfa-boot.exp
@@ -0,0 +1,15 @@
+#
+# Copyright (c) 2023, 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 "PMF:cpu 0 tid 0"
+expect_string "PMF:cpu 0 tid 1"
+expect_string "PMF:cpu 0 tid 2"
+expect_string "PMF:cpu 0 tid 3"
+expect_string "PMF:cpu 0 tid 4"