blob: f770e11f5326d1379e36f4f97d629b837795fd01 [file] [log] [blame]
Yongqin Liuac4d9c62017-08-22 23:50:56 +08001device_type: hi6220-hikey
2job_name: "%%JOB_NAME%%-%%ANDROID_META_BUILD%%-cts-opengl-v7a"
3timeouts:
4 job:
5 minutes: 360
6 action:
7 minutes: 15
8 connection:
9 minutes: 2
10priority: medium
11visibility: public
12
13metadata:
14 android.build: "%%ANDROID_META_BUILD%%"
15 android.name: "%%ANDROID_META_NAME%%"
16 android.url: "%%ANDROID_META_URL%%"
17
18protocols:
19 lava-lxc:
20 name: lxc-hikey-test
21 template: debian
22 distribution: debian
23 release: sid
24 arch: amd64
25
26actions:
27- deploy:
28 namespace: tlxc
29 timeout:
30 minutes: 5
31 to: lxc
32 packages:
33 - adb
34 - fastboot
35 - systemd
36 - systemd-sysv
37 os: debian
38
39- boot:
40 namespace: tlxc
41 prompts:
42 - 'root@(.*):/#'
43 - 'hikey:/'
44 timeout:
45 minutes: 5
46 method: lxc
47
48- deploy:
49 timeout:
50 minutes: 30
51 to: fastboot
52 namespace: droid
53 connection: lxc
54 images:
55 ptable:
56 url: http://builds.96boards.org/snapshots/reference-platform/components/uefi/latest/release/hikey/ptable-aosp-8g.img
57 boot:
58 url: "%%DOWNLOAD_URL%%/boot.img.xz"
59 compression: xz
60 cache:
61 url: "%%ANDROID_CACHE%%"
62 compression: xz
63 userdata:
64 url: "%%ANDROID_DATA%%"
65 compression: xz
66 system:
67 url: "%%ANDROID_SYSTEM%%"
68 compression: xz
69 os: debian
70
71- boot:
72 namespace: droid
73 connection: serial
74 prompts:
75 - 'root@(.*):/#'
76 - 'hikey:/'
77 timeout:
78 minutes: 15
79 method: uefi-menu
80 commands: fastboot
81
82- test:
83 namespace: tlxc
84 connection: lxc
85 timeout:
86 minutes: 300
87 definitions:
88 - repository: https://git.linaro.org/qa/test-definitions.git
89 from: git
Yongqin Liuac50bc82017-08-25 14:34:29 +080090 path: automated/android/tradefed/tradefed.yaml
Yongqin Liuac4d9c62017-08-22 23:50:56 +080091 params:
92 TEST_PARAMS: "run cts-opengl --abi armeabi-v7a --disable-reboot --skip-preconditions --skip-device-info"
Yongqin Liuac50bc82017-08-25 14:34:29 +080093 TEST_URL: "http://testdata.validation.linaro.org/cts/android-cts-8.0_r1.zip"
Yongqin Liuac4d9c62017-08-22 23:50:56 +080094 name: cts-opengl-v7a