blob: 14f017e437e795dbddec9aa990cb969da62c69d0 [file] [log] [blame]
Milosz Wasilewskib1b7bfc2014-09-11 14:46:20 +01001{
2 "actions": [
3 {
4 "command": "deploy_linaro_image",
5 "metadata": {
6 "distribution": "ubuntu",
7 "hwpack.build": "%%HWPACK_BUILD%%",
8 "hwpack.type": "vexpress",
9 "rootfs.build": "681",
10 "rootfs.type": "developer"
11 },
12 "parameters": {
13 "hwpack": "%%HWPACK%%",
14 "rootfs": "http://releases.linaro.org/14.08/ubuntu/trusty-images/developer/linaro-trusty-developer-20140821-681.tar.gz"
15 }
16 },
17 {
18 "command": "boot_linaro_image",
19 "parameters": {
20 "boot_cmds": [
21
22 "sendline a",
23 "expect Choice:",
24 "sendline 3",
25 "expect Delete entry:",
26 "sendline 1",
27 "expect Choice:",
28 "sendline 1",
29 "expect Select the Boot Device:",
30 "sendline 4",
31 "expect File path of the EFI Application or the kernel:",
32 "sendline uImage",
33 "expect Boot Type: [a] ATAGS, [g] Global FDT or [l] Local FDT? [a/g/l]",
34 "sendline l",
35 "expect Add an initrd: [y/n]",
36 "sendline y",
37 "expect File path of the initrd",
38 "sendline uInitrd",
39 "expect Arguments to pass to the binary:",
40 "sendline console=tty0 console=ttyAMA0,38400n8 root=/dev/mmcblk0p5 rootwait ro androidboot.console=ttyAMA0",
41 "expect File path of the local FDT:",
42 "sendline v2p-ca15-tc2.dtb",
43 "expect Description for this new Entry:",
44 "sendline LAVA Test Image",
45 "expect Choice:",
46 "sendline 5",
47 "expect Start:",
48 "sendline 1"
49 ]
50 }
51 },
52 {
53 "command": "lava_test_shell",
54 "parameters": {
55 "testdef_repos": [
56 {
57 "git-repo": "git://git.linaro.org/qa/test-definitions.git",
58 "parameters": {
59 "RELEASE": "master"
60 },
61 "testdef": "ubuntu/pwrmgmt.yaml"
62 }
63 ],
64 "timeout": 7200
65 }
66 },
67 {
68 "command": "submit_results",
69 "parameters": {
70 "server": "http://validation.linaro.org/RPC2/",
71 "stream": "%%BUNDLE_STREAM%%"
72 }
73 }
74 ],
Milosz Wasilewski7e2c7912014-09-11 17:16:13 +010075 "device_type": "vexpress-tc2",
Milosz Wasilewskib1b7bfc2014-09-11 14:46:20 +010076 "job_name": "%%JOB_NAME%%",
77 "timeout": 7200
78}