ci: check the sanity of test_group
Check the sanity of test_group in case of group is
RMM.
Change-Id: I010982851412e96567f3dfb215dbab545bc32519
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/script/run_local_ci.sh b/script/run_local_ci.sh
index ba3156f..733b41d 100755
--- a/script/run_local_ci.sh
+++ b/script/run_local_ci.sh
@@ -258,6 +258,8 @@
tg=$(printf "%s/%s,%s,%s,%s:%s" "${test_group}" "${scp_config}" "${tf_config}" "${tftf_config}" "${scp_tools}" "${run_config}")
elif echo ${test_group} | grep -q '^spm-'; then
tg=$(printf "%s/%s,%s,%s,%s,%s:%s" "${test_group}" "${spm_config}" "${tf_config}" "${tftf_config}" "${scp_config}" "${scp_tools}" "${run_config}")
+ elif echo ${test_group} | grep -q '^rmm-'; then
+ tg=$(printf "%s/%s,%s,%s,%s,%s,%s:%s" "${test_group}" "${rmm_config}" "${tf_config}" "${tftf_config}" "${spm_config}" "${scp_config}" "${scp_tools}" "${run_config}")
else
tg=$(printf "%s/%s,%s,%s,%s,%s:%s" "${test_group}" "${tf_config}" "${tftf_config}" "${scp_config}" "${scp_tools}" "${spm_config}" "${run_config}")
fi