feat: clone tf-m-tests and tf-m-extras
The platform self-test implemented by tfm resides in
the repos added here. They are needed for the upcoming
job to run tf-m's self-test at EL3 inside bl31.
Change-Id: I855ab552fdfff9d700739d96372b2357f2156f4d
Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
diff --git a/utils.sh b/utils.sh
index ce82788..a7c2a31 100644
--- a/utils.sh
+++ b/utils.sh
@@ -576,6 +576,10 @@
scp_src_repo_url="${scp_src_repo_url:-$scp_src_repo_default}"
spm_src_repo_url="${spm_src_repo_url:-$SPM_SRC_REPO_URL}"
spm_src_repo_url="${spm_src_repo_url:-https://$tforg_gerrit_url/hafnium/hafnium}"
+tf_m_tests_src_repo_url="${tf_m_tests_src_repo_url:-$TF_M_TESTS_REPO_URL}"
+tf_m_tests_src_repo_url="${tf_m_tests_src_repo_url:-https://$tforg_gerrit_url/TF-M/tf-m-tests}"
+tf_m_extras_src_repo_url="${tf_m_extras_src_repo_url:-$TF_M_EXTRAS_REPO_URL}"
+tf_m_extras_src_repo_url="${tf_m_extras_src_repo_url:-https://$tforg_gerrit_url/TF-M/tf-m-extras}"
tf_downloads="${tf_downloads:-file:///downloads/}"
tfa_downloads="${tfa_downloads:-file:///downloads/tf-a}"