{
    "actions": [
        {
            "command": "deploy_linaro_image",
            "parameters": {
                "bootloadertype": "uefi",
                "hwpack": "http://releases.linaro.org/14.01/openembedded/aarch64/hwpack_linaro-vexpress64-rtsm_20140126-596_arm64_supported.tar.gz",
                "rootfs": "http://releases.linaro.org/14.01/openembedded/aarch64/linaro-image-minimal-genericarmv8-20140127-635.rootfs.tar.gz"
            }
        },
        {
            "command": "boot_linaro_image",
            "parameters": {
                "boot_cmds": [
                    "sendline 3",
                    "expect Choice:",
                    "sendline 2",
                    "expect Update entry:",
                    "sendline 1",
                    "expect File path of the EFI Application or the kernel: Image",
                    "sendline \n",
                    "expect Keep the initrd: [y/n]",
                    "sendline n",
                    "expect Arguments to pass to the binary: console=ttyAMA0 earlyprintk=pl011,0x1c090000 debug user_debug=31 loglevel=9",
                    "sendline  \b9 root=/dev/vda2 rw",
                    "expect Description for this new Entry: Linux from SemiHosting",
                    "sendline \n",
                    "expect Choice:",
                    "sendline 5",
                    "expect Start:",
                    "sendline 1"
                ]
            }
        }
    ],
    "device_type": "ARM-rtsm_fvp_base-aemv8a",
    "job_name": "rtsm_fvp_base-aemv8a-boot-options-GICv3",
    "target": "foundation-model-lava-staging-worker-01",
    "timeout": 20000
}
  