| { |
| "actions": [ |
| { |
| "command": "deploy_linaro_image", |
| "metadata": { |
| "distribution": "openembedded", |
| "hwpack.build": "%%HWPACK_BUILD%%", |
| "hwpack.type": "vexpress64", |
| "rootfs.build": "710", |
| "rootfs.type": "lamp-armv8-gcc-4.9" |
| }, |
| "parameters": { |
| "bootloadertype": "uefi", |
| "customize": { |
| "%%STARTUP_NSH%%": [ |
| "boot:/EFI/BOOT/startup.nsh" |
| ] |
| }, |
| "hwpack": "%%HWPACK%%", |
| "rootfs": "http://releases.linaro.org/14.08/openembedded/images/lamp-armv8/linaro-image-lamp-genericarmv8-20140823-710.rootfs.tar.gz" |
| } |
| }, |
| { |
| "command": "boot_linaro_image", |
| "parameters": { |
| "boot_cmds": [ |
| "sendline 3", |
| "expect Choice:", |
| "sendline 1", |
| "expect Select the Boot Device:", |
| "sendcontrol [", |
| "sendcontrol M", |
| "expect Choice:", |
| "sendline 5", |
| "expect Start:", |
| "sendline 2", |
| "expect or any other key to continue.", |
| "sendline " |
| ] |
| } |
| }, |
| { |
| "command": "lava_test_shell", |
| "parameters": { |
| "testdef_repos": [ |
| { |
| "git-repo": "git://git.linaro.org/qa/test-definitions.git", |
| "parameters": { |
| "RELEASE": "master" |
| }, |
| "testdef": "openembedded/pwrmgmt.yaml" |
| } |
| ], |
| "timeout": 7200 |
| } |
| }, |
| { |
| "command": "submit_results", |
| "parameters": { |
| "server": "http://validation.linaro.org/RPC2/", |
| "stream": "%%BUNDLE_STREAM%%" |
| } |
| } |
| ], |
| "device_type": "juno", |
| "job_name": "%%JOB_NAME%%", |
| "timeout": 7200 |
| } |