summaryrefslogtreecommitdiff
path: root/plans/linux-test-plan-example.yaml
blob: 988e5de446b9c1a26a7026becb209c7f405c3c83 (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
metadata:
  # name key is needed by test-runner
  name: linux-test-plan-example
  description: Linux test plan example
  os: debian
  devices:
    - d05
    - hi6220-hikey
    - dragonboard410c
  maintainer:
    - first.last@linaro.org
  approver:
    - first.last@linaro.org
  owner:
    - first.last@linaro.org
  # format key is needed by test-runner
  format: Linaro Test Plan v2

tests:
  automated:
    - path: automated/linux/smoke/smoke.yaml
      repository: https://git.linaro.org/qa/test-definitions.git
      timeout: 900
    - path: automated/linux/toolchain-smoke/toolchain-smoke.yaml
      repository: https://git.linaro.org/qa/test-definitions.git
      timeout: 900
    - path: automated/linux/toolchain-smoke/toolchain-smoke.yaml
      repository: https://git.linaro.org/qa/test-definitions.git
      parameters:
        SKIP_INSTALL: True
        STATIC: True
      timeout: 900
    - path: automated/linux/hackbench/hackbench.yaml
      repository: https://git.linaro.org/qa/test-definitions.git
      parameters:
        ITERATION: "10"
      timeout: 900
  manual:
    - path: manual/generic/linux/disk-boot.yaml
      repository: https://git.linaro.org/qa/test-definitions.git
    - path: manual/generic/serial-console.yaml
      repository: https://git.linaro.org/qa/test-definitions.git