aboutsummaryrefslogtreecommitdiff
path: root/ubuntu/perf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/perf.yaml')
-rw-r--r--ubuntu/perf.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/ubuntu/perf.yaml b/ubuntu/perf.yaml
deleted file mode 100644
index e8d84386..00000000
--- a/ubuntu/perf.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-metadata:
- name: perf
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Perf is a profiler tool for Linux and is used to collect and analyze performance and trace data.
- This test runs following perf commands: record(record events for later reporting), report(break
- down events by process, function, etc), stat(obtain event counts) and test(Run sanity tests)."
- maintainer:
- - milosz.wasilewski@linaro.org
- os:
- - ubuntu
- scope:
- - performance
- devices:
- - panda
- - panda-es
- - vexpress-tc2
- - vexpress-a9
- - beaglebone-black
- - ifc6410
- - juno
-
-install:
- deps:
- - linux-tools-3.16
- # perf complains for missing stress symbols but there is no package available
- - stress
- steps:
- - ln -s /usr/bin/perf_3.16 /usr/bin/perf
-
-run:
- steps:
- - ./common/scripts/run-perf-test.sh
-
-parse:
- pattern: "^(?P<test_case_id>[\\w\\s\\'\\,\\:\\*\\&\\>\\-]+)\\s:\\s(?P<result>pass|fail|skip)$"