summaryrefslogtreecommitdiff
path: root/plans/erp/erp-stress.yaml
blob: f3422d1c491cb88cdd1a6b52f56cb6adc2b385b0 (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
metadata:
  name: erp-stress
  description: Test plan for EE RPB. Common features across all boards
  os: Debian
  devices:
    - d03
    - d05
    - thunderX
    - moonshot
    - mustang
    - overdrive
  maintainer:
    - milosz.wasilewski@linaro.org
    - dan.rue@linaro.org
    - chase.qi@linaro.org
  approver:
    - milosz.wasilewski@linaro.org
  format: Linaro Test Plan v1

requirements:
  - name: System robustness
    owner: martin.stadtler@linaro.org
    category: stress
    tests:
      automated:
        - path: automated/linux/24h-stress-test/24h-stress-test.yaml
          repository: https://git.linaro.org/qa/test-definitions.git
          mandatory: True
          parameters:
              TEST: stress_ng
              DURATION: 28800
        - path: automated/linux/24h-stress-test/24h-stress-test.yaml
          repository: https://git.linaro.org/qa/test-definitions.git
          mandatory: True
          parameters:
              TEST: stress_oom
              DURATION: 28800
        - path: automated/linux/24h-stress-test/24h-stress-test.yaml
          repository: https://git.linaro.org/qa/test-definitions.git
          mandatory: True
          parameters:
              TEST: stress_network
              DURATION: 28800
              # Might be different for each platform with systemd.
              INTERFACE: eth0
              # To test the maximum bandwidth, please download stress-network.img with
              # the following link, place it on local http server and modify 'LINK'.
              # File download link: http://testdata.validation.linaro.org/stress/stress-network.img
              # Here is an example.
              LINK: "http://192.168.3.1/testdata/stress-network.img"