aboutsummaryrefslogtreecommitdiff
path: root/linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
diff options
context:
space:
mode:
Diffstat (limited to 'linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json')
-rw-r--r--linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json b/linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
new file mode 100644
index 0000000..22800ec
--- /dev/null
+++ b/linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
@@ -0,0 +1,65 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "bootloadertype": "uefi",
+ "customize": {
+ "boot:/fvp": [
+ "delete"
+ ],
+ "http://people.linaro.org/~fu.wei/LAVA/test/UEFI/uefi_update_capsule/Image_leg_armv8_UpdateCapsule_test": [
+ "boot:/Image"
+ ],
+ "http://people.linaro.org/~fu.wei/LAVA/test/UEFI/uefi_update_capsule/fvp-base-gicv2-psci.dtb_UpdateCapsule_test": [
+ "boot:/fvp-base-gicv2-psci.dtb"
+ ],
+ "http://people.linaro.org/~fu.wei/LAVA/test/UEFI/uefi_update_capsule/fvp_bl1.bin": [
+ "boot:/fvp_bl1.bin"
+ ],
+ "http://people.linaro.org/~fu.wei/LAVA/test/UEFI/uefi_update_capsule/fvp_fip.bin": [
+ "boot:/fvp_fip.bin"
+ ],
+ "http://people.linaro.org/~fu.wei/LAVA/test/UEFI/uefi_update_capsule/uefi_update_capsule_example_v2.txt": [
+ "rootfs:/uefi_update_capsule_example.txt"
+ ]
+ },
+ "image": "${IMAGE_URL}"
+ }
+ },
+ {
+ "command": "boot_linaro_image",
+ "parameters": {
+ "boot_cmds": [
+ "sendline 2",
+ "expect or any other key to continue.",
+ "sendline "
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters":
+ {
+ "testdef_repos": [
+ {
+ "parameters":
+ {
+ "EXAMPLE_FILE_URL": "/uefi_update_capsule_example.txt"
+ },
+ "url": "http://people.linaro.org/~fu.wei/LAVA/test/UEFI/uefi_update_capsule/uefi_update_capsule_temp.yaml"
+ }]
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "http://${LAVA_SERVER}",
+ "stream": "${BUNDLE_STREAM_NAME}"
+ }
+ }
+ ],
+ "device_type": "${DEVICE_TYPE}",
+ "job_name": "${BUILD_URL}",
+ "timeout": 18000
+}