run_config: Enable LAVA job generation for fvp-spm related run configs

These configs, fvp-spm, fvp-spm.linux, fvp-spm.optee, fvp-spm.optee.sp
and fvp-rstbl31, should generate a LAVA job definition (and be tested
by LAVA), thus prepare the corresponding run config fragments with
right values and then call the template generation function.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
Change-Id: I9582413683b0a0cd43be496302ad36f7bdaa3b13
diff --git a/run_config/fvp-spm b/run_config/fvp-spm
index 5b607dd..c87641e 100644
--- a/run_config/fvp-spm
+++ b/run_config/fvp-spm
@@ -13,6 +13,9 @@
 	# Expect scripts
 	uart="0" file="tftf.exp" track_expect
 	uart="2" file="spm-uart2.exp" track_expect
+
+	payload_type="tftf" gen_fvp_yaml_template
+
 }
 
 post_fetch_tf_resource() {