summaryrefslogtreecommitdiff
path: root/plans/linux-example.yaml
blob: 26b10f4c52de6b4b1eb21f99ad3ca53ac7b8817e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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