ci(signer-id): add a test case for signer-id
Added a test to verify that the signer-id of the images is not zero.
Signer-id is a hash of the key that eventually passes down to RSS, along
with the measurement of the image that this key signs.
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: Ibd8f2eda2570c9ba7f1fbe22b643cf46e569d205
diff --git a/run_config/fvp-tc.signer b/run_config/fvp-tc.signer
new file mode 100644
index 0000000..fb0e1fa
--- /dev/null
+++ b/run_config/fvp-tc.signer
@@ -0,0 +1,11 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2023, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+generate_lava_job() {
+ uart="1" timeout="60" port="5003" file="signer-id.exp" set_primary="1" \
+ track_expect
+}