{
    "actions": [
        {
            "command": "deploy_linaro_image",
            "parameters": {
                "bootloadertype": "uefi",
                "hwpack": "https://releases.linaro.org/14.07/openembedded/aarch64/hwpack_linaro-vexpress64-rtsm_20140727-682_arm64_supported.tar.gz",
                "rootfs": "http://ssg-sw.cambridge.arm.com/downloads/personal/saurom01/lava/pm-qa/OE_FVP.tar.gz"
            }
        },
        {
            "command": "boot_linaro_image",
            "parameters": {
                "boot_cmds": [
                    "expect [3] Boot Manager",
                    "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 Has FDT support? [y/n]",
                    "sendline y",
                    "expect Add an 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 7",
                    "expect Start:",
                    "sendline 1"
                ],
                "options": [
                    "cache_state_modelled=1",
                    "bp.secureflashloader.fname=/opt/test-binaries/dev-jobs/dean_binaries/bl1.bin",
                    "cluster0.cpu0.semihosting-cwd=/opt/test-binaries/dev-jobs/dean_binaries/",
                    "bp.flashloader0.fname=/opt/test-binaries/dev-jobs/dean_binaries/fip.bin"
                ]
            }
        },
        {
            "command": "lava_test_shell",
            "parameters": {
                "testdef_repos": [
                    {
                        "git-repo": "http://ssg-sw.cambridge.arm.com/gerrit/p/tests/lava/test-definitions.git",
                        "parameters": {
                            "TARGETS": "cputopology cpufreq"
                        },
                        "testdef": "common/pm-qa.yaml"
                    }
                ],
                "timeout": 6000
            }
        },
        {
            "command": "submit_results",
            "parameters": {
                "server": "http://ssg-sw.cambridge.arm.com/lava/RPC2/",
                "stream": "/public/team/ssg-sw-spv/juno/"
            }
        }
    ],
    "job_name": "FVP base cortex-a57x4-a53x4_LAMP_OE_PMQA",
    "target": "lava-cortex-a57x4-a53x4-gengar",
    "timeout": 6000
}