Initial commit for TF-A CI scripts

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
diff --git a/run_config/fvp-linux.stress b/run_config/fvp-linux.stress
new file mode 100644
index 0000000..793cdeb
--- /dev/null
+++ b/run_config/fvp-linux.stress
@@ -0,0 +1,15 @@
+#!/bin/bash
+#
+# Copyright (c) 2019, Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+fetch_tf_resource() {
+	kernel_type="fvp-oe-uboot" get_kernel
+	initrd_type="dummy-ramdisk" get_initrd
+	# No expect tracking as this is an interactive test (test_run=1)
+
+	tmp_dir="$(mktempdir)"
+	ln -s "${img_file:?}" "$archive/rootfs.bin"
+}