aboutsummaryrefslogtreecommitdiff
path: root/lhg-oe-build/lava-job-definitions/hi6220-hikey/template-eme-clearkey.yaml
blob: 7f1602e01168cb2cb0c789aff0bed931b9e652c8 (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
device_type: hi6220-hikey
tags:
  - static-ip
  - 4k-hdmi-dongle
job_name: lhg-oe-eme-clearkey-test-${MANIFEST_BRANCH}-${BUILD_NUMBER}
timeouts:
  job:
    minutes: 20
  action:
    minutes: 20
  connection:
    minutes: 5
priority: high
visibility: public

metadata:
  manifest branch: ${MANIFEST_BRANCH}
  build-url: ${BUILD_URL}
  build-location: ${BASE_URL}/${PUB_DEST}

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

actions:
- deploy:
    namespace: tlxc
    timeout:
      minutes: 20
    to: lxc
    packages:
    - python-opencv
    - python-pip
    - libffi-dev
    - libssl-dev
    - python-lxml
    - git
    os: debian

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

- test:
    namespace: tlxc
    timeout:
      minutes: 10
    definitions:
    - from: inline
      name: install-google-fastboot
      path: inline/install-google-fastboot.yaml
      repository:
        metadata:
          format: Lava-Test Test Definition 1.0
          name: install-fastboot
          description: "Install fastboot provided by google"
        run:
          steps:
          - wget https://dl.google.com/android/repository/platform-tools_r26.0.0-linux.zip
          - unzip platform-tools_r26.0.0-linux.zip
          - ln -s `pwd`/platform-tools/fastboot /usr/bin/fastboot
          - ln -s `pwd`/platform-tools/adb /usr/bin/adb
          - fastboot --version

- deploy:
    timeout:
      minutes: 20
    to: fastboot
    namespace: hikey-oe
    connection: lxc
    images:
      ptable:
        url: ${PTABLE_URL}
        reboot: hard-reset
      fastboot:
        url: ${FIP_URL}
        reboot: hard-reset
      boot:
        url: ${BOOT_URL}
        reboot: hard-reset
      system:
        url: ${SYSTEM_URL}
        compression: gz
        apply-overlay: true
    os: oe
    protocols:
       lava-lxc:
       - action: fastboot-deploy
         request: pre-power-command
         timeout:
           minutes: 2

- boot:
    namespace: hikey-oe
    auto_login:
      login_prompt: "login:"
      username: root
    prompts:
    - "root@hikey:~#"
    timeout:
      minutes: 5
    method: uefi-menu
    commands: fastboot
    protocols:
      lava-lxc:
      # other action could be boot-fastboot
      - action: uefi-commands
        request: pre-os-command
        timeout:
          minutes: 5

- test:
   namespace: hikey-oe
   timeout:
     minutes: 20
   definitions:
   - from: inline
     repository:
       metadata:
         format: Lava-Test Test Definition 1.0
         name: insmod-vmouse
         description: "Load virtual mouser driver"
       run:
         steps:
         - lava-test-case ps --shell ps aux
         - lava-test-case hikey-dmesg --shell dmesg
         - lava-test-case weston-status --shell test -f /run/user/1000/weston.log
         - lava-test-case scp-vmouse --shell wget -O /home/root/vmouse.ko http://people.linaro.org/~arthur.she/images/hikey/oe/rpb-wayland/vmouse.ko
         - lava-test-case insmod-vmouse --shell insmod /home/root/vmouse.ko
     name: insmod-vmouse
     path: inline/insmod-vmouse.yaml

- test:
   namespace: tlxc
   timeout:
     minutes: 20
   definitions:
   - repository: https://git.linaro.org/people/arthur.she/test-definitions.git
     from: git
     path: openembedded/robotframework-lxc.yaml
     name: robotframework-lxc
     params:
       RF_TEST_CASE: "eme-test/eme-clearkey-test.robot"
       RF_TEST_CASES_REPO: "https://git.linaro.org/people/arthur.she/lhg-robotframework-test.git"