summaryrefslogtreecommitdiff
path: root/plans/linux-example.yaml
blob: 95401f078c416e63bf7b8c963f831d64573d78de (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
metadata:
  name: linux-test-plan-example
  description: Test plan for foo
  os: debian
  devices:
    - hi6220-hikey
  maintainer:
    - first.last@linaro.org
  format: Linaro Test Plan v1

requirements:
  - name: my 1st requirement
    owner: first.last@linaro.org
    tests:
      manual:
        - path: manual/linux/test1.yaml
      automated:
        - path: automated/linux/smoke/smoke.yaml
          timeout: 1800
        - path: automated/linux/smoke/smoke.yaml
          timeout: 1800
          params:
            SKIP_INSTALL: True
        - path: automated/linux/dd-wr-speed/dd-wr-speed.yaml
          timeout: 1800
        - path: automated/linux/dd-wr-speed/dd-wr-speed.yaml
          timeout: 1800
          params:
            SKIP_INSTALL: True
            ITERATION: 3