aboutsummaryrefslogtreecommitdiff
path: root/lkft/lava-job-definitions/hi6220-hikey/template-cts-arm64-v8a.yaml
blob: 0d23e301bda019e295f4e5f9ee63efa8a5200490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
device_type: hi6220-hikey-r2
job_name: "lkft-android-${KERNEL_BRANCH}-${ANDROID_VERSION}-${BUILD_NUMBER}-cts-arm64-v8a"
timeouts:
  job:
    minutes: 360
  action:
    minutes: 15
  connection:
    minutes: 2
priority: medium
visibility:
  group:
    - lkft

secrets:
  ARTIFACTORIAL_TOKEN: "${ARTIFACTORIAL_TOKEN}"
  AP_SSID: "${AP_SSID}"
  AP_KEY: "${AP_KEY}"

metadata:
  android.url: "${REFERENCE_BUILD_URL}"
  android.version: "${ANDROID_VERSION}"
  build-location: "${DOWNLOAD_URL}"
  git branch: "${KERNEL_BRANCH}"
  git repo: "${KERNEL_REPO}"
  git commit: "${KERNEL_COMMIT}"
  git describe: "${KERNEL_DESCRIBE}"
  build-url: "${BUILD_URL}"
  cts-manifest: "${CTS_URL}/pinned-manifest.xml"
  cts-version: "${CTS_VERSION}"
  cts-plan: "cts-lkft"
  toolchain: "${TOOLCHAIN}"
  series: lkft

protocols:
  lava-lxc:
    name: lxc-hikey-test
    distribution: ubuntu
    release: xenial
    arch: amd64
    verbose: true

actions:
- deploy:
    namespace: tlxc
    timeout:
      minutes: 5
    to: lxc
    packages:
    - systemd
    - systemd-sysv
    - ca-certificates
    - wget
    - unzip
    os: debian

- boot:
    namespace: tlxc
    prompts:
    - 'root@(.*):/#'
    - ':/'
    timeout:
      minutes: 5
    method: lxc

- test:
    namespace: tlxc
    timeout:
      minutes: 10
    definitions:
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/android-platform-tools/install.yaml
      name: install-android-platform-tools-r2600
      parameters:
        LINK: 'https://dl.google.com/android/repository/platform-tools_r26.0.0-linux.zip'

- deploy:
    timeout:
      minutes: 30
    to: fastboot
    namespace: droid
    connection: lxc
    images:
      ptable:
        url: http://images.validation.linaro.org/snapshots.linaro.org/96boards/reference-platform/components/uefi-staging/69/hikey/release/ptable-aosp-8g.img
        reboot: hard-reset
      boot:
        url: "${DOWNLOAD_URL}/boot.img.xz"
        compression: xz
        reboot: hard-reset
      vendor:
        url: "${REFERENCE_BUILD_URL}/vendor.img.xz"
        compression: xz
      cache:
        url: "http://testdata.linaro.org/lkft/aosp/aosp-master-08102018/cache.img.xz"
        compression: xz
      userdata:
        url: "${REFERENCE_BUILD_URL}/userdata.img.xz"
        compression: xz
      system:
        url: "${REFERENCE_BUILD_URL}/system.img.xz"
        compression: xz
    os: debian
    protocols:
      lava-lxc:
      - action: fastboot-deploy
        request: pre-power-command
        timeout:
          minutes: 2

- boot:
    namespace: droid
    connection: serial
    prompts:
    - 'root@(.*):/#'
    - ':/'
    timeout:
      minutes: 15
    method: fastboot

- test:
    namespace: tlxc
    connection: lxc
    timeout:
      minutes: 300
    definitions:
    - from: inline
      path: android-boot.yaml
      name: android-boot
      repository:
        metadata:
          format: Lava-Test Test Definition 1.0
          name: android-boot
          description: "android-boot"
        run:
          steps:
            - lava-test-case "android-boot-wait-for-device" --shell adb wait-for-device
            - lava-test-case "android-boot-sleep-2mins" --shell adb shell sleep 120
            - lava-test-case "android-boot" --shell adb shell getprop sys.boot_completed

- test:
    namespace: tlxc
    connection: lxc
    timeout:
      minutes: 300
    definitions:
    - repository: https://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/android/noninteractive-tradefed/tradefed.yaml
      params:
        TEST_PARAMS: "cts-lkft -a arm64-v8a --disable-reboot --skip-preconditions --skip-device-info --exclude-filter CtsDisplayTestCases"
        TEST_URL: "${CTS_URL}/android-cts.zip"
        TEST_PATH: "android-cts"
        RESULTS_FORMAT: "atomic"
        ANDROID_VERSION: "${ANDROID_VERSION}"
      name: "cts-lkft-arm64-v8a"