aboutsummaryrefslogtreecommitdiff
path: root/mustang-nfs.yaml
blob: 94f87d453ca7f102bff34b470a4ede937e6eba1e (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
device_type: mustang
job_name: mustang-nfs-singlenode-jessie

timeouts:
  job:
    minutes: 15
  action:
    minutes: 5
  connection:
    minutes: 2

priority: medium
visibility: public

metadata:
  source: https://git.linaro.org/lava-team/refactoring.git
  path: mustang-nfs.yaml

actions:
- deploy:
    dtb:
      url: http://images-internal/mustang/mustang.dtb_1.11
    kernel:
      url: http://images-internal/mustang/uImage_1.11
    nfsrootfs:
      url: http://people.linaro.org/~neil.williams/arm64/debian-jessie-arm64-rootfs.tar.gz
      compression: gz
    os: debian
    timeout:
      minutes: 5
    to: tftp

- boot:
    auto_login:
      login_prompt: 'login:'
      username: root
    commands: nfs
    method: u-boot
    prompts:
    - 'root@linaro-nano:'
    timeout:
      minutes: 5
    type: bootm

- test:
    definitions:
    - from: git
      name: singlenode-advanced
      path: singlenode/singlenode03.yaml
      repository: 'http://git.linaro.org/people/neil.williams/temp-functional-tests.git'
    timeout:
      minutes: 5