aboutsummaryrefslogtreecommitdiff
path: root/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
diff options
context:
space:
mode:
Diffstat (limited to 'linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json')
-rw-r--r--linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json b/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
new file mode 100644
index 0000000000..19ded730aa
--- /dev/null
+++ b/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
@@ -0,0 +1,40 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "bootloadertype": "uefi",
+ "image": "${IMAGE_URL}"
+ },
+ "metadata": {
+ "distribution": "openembedded",
+ "hwpack.build": "${BUILD_NUMBER}",
+ "hwpack.type": "vexpress64",
+ "git URL": "${GIT_URL}",
+ "git branch": "${GIT_BRANCH}",
+ "git commit": "${GIT_COMMIT}",
+ "template": "boot"
+ }
+ },
+ {
+ "command": "boot_linaro_image",
+ "parameters": {
+ "boot_cmds": [
+ "sendline 2",
+ "expect or any other key to continue.",
+ "sendline "
+ ]
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "http://${LAVA_SERVER}",
+ "stream": "${BUNDLE_STREAM_NAME}"
+ }
+ }
+ ],
+ "device_type": "${DEVICE_TYPE}",
+ "job_name": "${BUILD_URL}",
+ "timeout": 20000
+} \ No newline at end of file