summaryrefslogtreecommitdiff
path: root/plans/erp/erp-stress.yaml
blob: f494b70b1144ba81e7a87640ae35e4e5aa6797aa (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
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
  owner:
    - martin.stadtler@linaro.org
  format: Linaro Test Plan v2

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"