| { |
| "actions": [ |
| { |
| "command": "deploy_linaro_image", |
| "metadata": { |
| "distribution": "ubuntu", |
| "hwpack.build": "%%HWPACK_BUILD%%", |
| "hwpack.type": "vexpress", |
| "rootfs.build": "681", |
| "rootfs.type": "developer" |
| }, |
| "parameters": { |
| "hwpack": "%%HWPACK%%", |
| "rootfs": "http://releases.linaro.org/14.08/ubuntu/trusty-images/developer/linaro-trusty-developer-20140821-681.tar.gz" |
| } |
| }, |
| { |
| "command": "boot_linaro_image", |
| "parameters": { |
| "boot_cmds": [ |
| |
| "sendline a", |
| "expect Choice:", |
| "sendline 3", |
| "expect Delete entry:", |
| "sendline 1", |
| "expect Choice:", |
| "sendline 1", |
| "expect Select the Boot Device:", |
| "sendline 4", |
| "expect File path of the EFI Application or the kernel:", |
| "sendline uImage", |
| "expect Boot Type: [a] ATAGS, [g] Global FDT or [l] Local FDT? [a/g/l]", |
| "sendline l", |
| "expect Add an initrd: [y/n]", |
| "sendline y", |
| "expect File path of the initrd", |
| "sendline uInitrd", |
| "expect Arguments to pass to the binary:", |
| "sendline console=tty0 console=ttyAMA0,38400n8 root=/dev/mmcblk0p5 rootwait ro androidboot.console=ttyAMA0", |
| "expect File path of the local FDT:", |
| "sendline v2p-ca15-tc2.dtb", |
| "expect Description for this new Entry:", |
| "sendline LAVA Test Image", |
| "expect Choice:", |
| "sendline 5", |
| "expect Start:", |
| "sendline 1" |
| ] |
| } |
| }, |
| { |
| "command": "lava_test_shell", |
| "parameters": { |
| "testdef_repos": [ |
| { |
| "git-repo": "git://git.linaro.org/qa/test-definitions.git", |
| "parameters": { |
| "RELEASE": "master" |
| }, |
| "testdef": "ubuntu/pwrmgmt.yaml" |
| } |
| ], |
| "timeout": 7200 |
| } |
| }, |
| { |
| "command": "submit_results", |
| "parameters": { |
| "server": "http://validation.linaro.org/RPC2/", |
| "stream": "%%BUNDLE_STREAM%%" |
| } |
| } |
| ], |
| "device_type": "vexpress-tc2", |
| "job_name": "%%JOB_NAME%%", |
| "timeout": 7200 |
| } |