summaryrefslogtreecommitdiff
path: root/plans/rpb_ee/rpb_ee_performance.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-10-25 18:49:43 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-12-02 13:08:10 +0000
commitb5e23379206b8f2970eb3a35a87275f1331600ce (patch)
tree02a74a461c8b58c55ce69da5ca061f96782de0e0 /plans/rpb_ee/rpb_ee_performance.yaml
parent031d8f1eef82932a44597b81768dddb2451cb78d (diff)
plans: added RPB EE test plan
Reference Platform EE test plan is based on not yet approved requirements. This version will be used for testing 16.12 release Change-Id: I5160aeeabacda0bfea0b7fbfdfe8b0b8b13f743b Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'plans/rpb_ee/rpb_ee_performance.yaml')
-rw-r--r--plans/rpb_ee/rpb_ee_performance.yaml112
1 files changed, 112 insertions, 0 deletions
diff --git a/plans/rpb_ee/rpb_ee_performance.yaml b/plans/rpb_ee/rpb_ee_performance.yaml
new file mode 100644
index 0000000..0e37980
--- /dev/null
+++ b/plans/rpb_ee/rpb_ee_performance.yaml
@@ -0,0 +1,112 @@
+metadata:
+ name: rpb-ee-1612-common
+ description: Test plan for EE RPB. Common features across all boards
+ os: CentOS
+ devices:
+ - d03
+ - d05
+ - thunderX
+ - moonshot
+ - mustang
+ - overdrive
+ maintainer:
+ - milosz.wasilewski@linaro.org
+ approver:
+ - alan.benett@linaro.org
+ format: Linaro Test Plan v1
+
+requirements:
+ - name: Linux kernel
+ owner: alan.bennett@linaro.org
+ category: Low-level kernel
+ tests:
+ manual:
+ automated:
+ - path: automated/linux/hackbench/hackbench.yaml
+ mandatory: True
+ repository: https://git.linaro.org/qa/test-definitions.git
+ - name: KVM system emulation
+ owner: alan.bennett@linaro.org
+ category: Virtualization
+ tests:
+ manual:
+ # hackbench should be executed inside KVM guest
+ - path: automated/linux/hackbench/hackbench.yaml
+ mandatory: True
+ repository: https://git.linaro.org/qa/test-definitions.git
+ parameters:
+ TARGET: guest
+ - name: OpenSSL
+ owner: alan.bennett@linaro.org
+ category: Base OS
+ tests:
+ automated:
+ - path: automated/linux/openssl/openssl-speed.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ mandatory: True
+ - name: Networking performance
+ owner: alan.bennett@linaro.org
+ tests:
+ automated:
+ - path: automated/linux/iperf/iperf.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ mandatory: True
+ - name: Memory performance
+ owner: alan.bennett@linaro.org
+ category: Performance
+ tests:
+ automated:
+ - path: automated/linux/lmbench/lmbench-memory.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ mandatory: True
+ - path: automated/linux/stream/stream-uniprocessor.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ mandatory: True
+ - name: Disk performance
+ owner: alan.bennett@linaro.org
+ category: Performance
+ tests:
+ automated:
+ - path: automated/linux/fio-test/fio-test.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ mandatory: True
+ - path: automated/linux/dd-wr-speed/dd-wr-speed.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ mandatory: True
+ - path: automated/linux/device-read-perf/device-read-perf.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ mandatory: True
+ - path: automated/linux/blogbench/blogbench.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ mandatory: True
+ - name: CPU performance
+ owner: alan.bennett@linaro.org
+ category: Performance
+ tests:
+ automated:
+ - path: automated/linux/linpack/linpack.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ mandatory: True
+ # lapac
+ - name: Apache webserver performance
+ owner: alan.bennett@linaro.org
+ category: Performance
+ tests:
+ automated:
+ - path: automated/linux/apache-apache-bench/apache-bench.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ mandatory: True
+ parameters:
+ NUMBER: 10000
+ CONCURENT: 500
+ - name: NGiNX webserver performance
+ owner: alan.bennett@linaro.org
+ category: Performance
+ tests:
+ automated:
+ - path: automated/linux/nginx-apache-bench/apache-bench.yaml
+ repository: https://git.linaro.org/qa/test-definitions.git
+ mandatory: True
+ parameters:
+ NUMBER: 10000
+ CONCURENT: 500