blob: 74c9f374824df02b4eca666147cd3a642ecf09ff [file] [log] [blame]
Milosz Wasilewskib1b7bfc2014-09-11 14:46:20 +01001{
2 "actions": [
3 {
4 "command": "deploy_linaro_image",
5 "metadata": {
6 "distribution": "openembedded",
7 "hwpack.build": "%%HWPACK_BUILD%%",
8 "hwpack.type": "vexpress64",
9 "rootfs.build": "710",
10 "rootfs.type": "lamp-armv8-gcc-4.9"
11 },
12 "parameters": {
13 "bootloadertype": "uefi",
14 "customize": {
15 "%%STARTUP_NSH%%": [
16 "boot:/EFI/BOOT/startup.nsh"
17 ]
18 },
19 "hwpack": "%%HWPACK%%",
20 "rootfs": "http://releases.linaro.org/14.08/openembedded/images/lamp-armv8/linaro-image-lamp-genericarmv8-20140823-710.rootfs.tar.gz"
21 }
22 },
23 {
24 "command": "boot_linaro_image",
25 "parameters": {
26 "boot_cmds": [
27 "sendline 3",
28 "expect Choice:",
29 "sendline 1",
30 "expect Select the Boot Device:",
31 "sendcontrol [",
32 "sendcontrol M",
33 "expect Choice:",
34 "sendline 5",
35 "expect Start:",
36 "sendline 2",
37 "expect or any other key to continue.",
38 "sendline "
39 ]
40 }
41 },
42 {
43 "command": "lava_test_shell",
44 "parameters": {
45 "testdef_repos": [
46 {
47 "git-repo": "git://git.linaro.org/qa/test-definitions.git",
48 "parameters": {
49 "RELEASE": "master"
50 },
Milosz Wasilewskiadf92912014-09-15 19:53:32 +010051 "testdef": "openembedded/pwrmgmt.yaml"
Milosz Wasilewskib1b7bfc2014-09-11 14:46:20 +010052 }
53 ],
54 "timeout": 7200
55 }
56 },
57 {
58 "command": "submit_results",
59 "parameters": {
60 "server": "http://validation.linaro.org/RPC2/",
61 "stream": "%%BUNDLE_STREAM%%"
62 }
63 }
64 ],
Milosz Wasilewskic3297492014-10-13 14:54:41 +010065 "device_type": "juno",
Milosz Wasilewskib1b7bfc2014-09-11 14:46:20 +010066 "job_name": "%%JOB_NAME%%",
67 "timeout": 7200
68}