Yongqin Liu | ac4d9c6 | 2017-08-22 23:50:56 +0800 | [diff] [blame] | 1 | device_type: hi6220-hikey |
| 2 | job_name: "%%JOB_NAME%%-%%ANDROID_META_BUILD%%-cts-part5-v8a" |
| 3 | timeouts: |
| 4 | job: |
| 5 | minutes: 360 |
| 6 | action: |
| 7 | minutes: 15 |
| 8 | connection: |
| 9 | minutes: 2 |
| 10 | priority: medium |
| 11 | visibility: public |
| 12 | |
| 13 | metadata: |
| 14 | android.build: "%%ANDROID_META_BUILD%%" |
| 15 | android.name: "%%ANDROID_META_NAME%%" |
| 16 | android.url: "%%ANDROID_META_URL%%" |
| 17 | |
| 18 | protocols: |
| 19 | lava-lxc: |
| 20 | name: lxc-hikey-test |
| 21 | template: debian |
| 22 | distribution: debian |
| 23 | release: sid |
| 24 | arch: amd64 |
| 25 | |
| 26 | actions: |
| 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 Liu | ac50bc8 | 2017-08-25 14:34:29 +0800 | [diff] [blame^] | 90 | path: automated/android/tradefed/tradefed.yaml |
Yongqin Liu | ac4d9c6 | 2017-08-22 23:50:56 +0800 | [diff] [blame] | 91 | params: |
| 92 | TEST_PARAMS: "run cts-part5 --abi arm64-v8a --disable-reboot --skip-preconditions --skip-device-info" |
Yongqin Liu | ac50bc8 | 2017-08-25 14:34:29 +0800 | [diff] [blame^] | 93 | TEST_URL: "http://testdata.validation.linaro.org/cts/android-cts-8.0_r1.zip" |
Yongqin Liu | ac4d9c6 | 2017-08-22 23:50:56 +0800 | [diff] [blame] | 94 | name: cts-part5-v8a |